Przeglądaj źródła

修复登录输入账号密码登录后,页面出现空白

chenghanbin 5 miesięcy temu
rodzic
commit
9d3091392a
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      src/views/auth/login/login.vue

+ 3 - 4
src/views/auth/login/login.vue

@@ -96,14 +96,13 @@
96 96
 	const kStore = keepAliveStore()
97 97
 	const iStore = iframeStore()
98 98
 	const vStore = viewTagsStore()
99
-	const StoreDEl = enumMaplistStore()
99
+	// const StoreDEl = enumMaplistStore()
100 100
 
101 101
 	const setSysBaseConfig = store.setSysBaseConfig
102 102
 	const clearKeepLive = kStore.clearKeepLive
103 103
 	const clearIframeList = iStore.clearIframeList
104 104
 	const clearViewTags = vStore.clearViewTags
105
-
106
-	const businessDElasync = StoreDEl.businessDElasync
105
+	// const businessDElasync = StoreDEl.businessDElasync
107 106
 
108 107
 	const sysBaseConfig = computed(() => {
109 108
 		return store.sysBaseConfig
@@ -190,7 +189,7 @@
190 189
 			loading.value = false
191 190
 			loginCaptcha()
192 191
 		}
193
-		businessDElasync()
192
+		// businessDElasync()
194 193
 	}
195 194
 	const configLang = (key) => {
196 195
 		config.value.lang = key