|
@@ -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() {
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
}
|