|
@@ -30,7 +30,7 @@
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
if (cacheManager.get('auth')) {
|
|
|
- if (cacheManager.get('auth').type == 2) {
|
|
|
+ if (cacheManager.get('auth').type == 2 || cacheManager.get('auth').type == 5) {
|
|
|
uni.reLaunch({
|
|
|
url: `/pages/admin/ShouYe/shouye`,
|
|
|
success() {
|
|
@@ -65,7 +65,7 @@
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
if (cacheManager.get('auth')) {
|
|
|
- if (cacheManager.get('auth').type === 2) {
|
|
|
+ if (cacheManager.get('auth').type === 2 || cacheManager.get('auth').type == 5) {
|
|
|
uni.reLaunch({
|
|
|
url: `/pages/admin/ShouYe/shouye`,
|
|
|
success() {
|