Browse Source

重定向调整

wangxy 1 month ago
parent
commit
60d4893a9b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      App.vue

+ 5 - 5
App.vue

@@ -39,9 +39,9 @@
 			} else {
 				cacheManager.clearAll()
 				uni.reLaunch({
-					url: '/pages/Login/index',
+					url: '/pages/Login/clientIndex',
 					success() {
-			
+
 					}
 				});
 			}
@@ -66,15 +66,15 @@
 				uni.reLaunch({
 					url: `/pages/admin/ShouYe/shouye`,
 					success() {
-						
+
 					}
 				})
 			} else {
 				cacheManager.clearAll()
 				uni.reLaunch({
-					url: '/pages/Login/index',
+					url: '/pages/Login/clientIndex',
 					success() {
-			
+
 					}
 				});
 			}