perf: remove useless code

This commit is contained in:
vben
2021-02-22 00:01:03 +08:00
parent 562189dfb0
commit be3a3ed699
23 changed files with 46 additions and 521 deletions

View File

@@ -22,10 +22,12 @@
setup() {
// support Multi-language
const { antConfigLocale, setLocale } = useLocale();
setLocale();
// Initialize vuex internal system configuration
initAppConfigStore();
// Create a lock screen monitor
const lockEvent = useLockPage();