Merge branch 'dev/1.0' into custom/common
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
||||
onShow() {
|
||||
// 判断登录
|
||||
if (!this.storeToken) {
|
||||
this.$util.redirectTo('/pages_tool/login/login');
|
||||
this.$util.redirectTo(this.$util.LOGIN_PAGE_URL);
|
||||
} else {
|
||||
this.getPackageInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user