Browse Source

跳转临时解决方案

shish 6 years ago
parent
commit
2993d89bf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/src/mixins/globalMixins.js

+ 1 - 1
store/src/mixins/globalMixins.js

@@ -37,7 +37,7 @@ export default {
 					// @傅威 明天要发版,我做了个临时解决方案,这块请优化
 					//现在我们分 官网 和 后台 的页面。其中官网页面不会很多
 					//shopId=0 (即非管理员) 时不能让访问后台的页面
-					//不管shopId值是多少(是否管理员),有些页面都应允许访问
+					//不管shopId值是多少(是否管理员),有些页面都应允许访问,如下面的:admin/adminShop/bind
 					if (res.redirectPage != 'admin/adminShop/bind') {