Browse Source

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

chenghanbin 5 months ago
parent
commit
9d3091392a
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/views/auth/login/login.vue

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

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