mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
注释控制引导页弹框显示,将控制放到首页处理,否则与消息页面的弹框冲突。
This commit is contained in:
@@ -86,16 +86,17 @@
|
||||
if(width < 1366) {
|
||||
this.clientWidth = '688px';
|
||||
}
|
||||
|
||||
//这里必须放在当前的Session存储中,不能每次都调用
|
||||
apiGuide.hasUser().then(res=>{
|
||||
if(res.result) {
|
||||
this.guideCollection = false;
|
||||
} else {
|
||||
this.guideCollection = true;
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
// apiGuide.hasUser().then(res=>{
|
||||
// if(res.result) {
|
||||
// this.guideCollection = false;
|
||||
// } else {
|
||||
// this.guideCollection = true;
|
||||
|
||||
// }
|
||||
// });
|
||||
|
||||
//只是在显示时才调用
|
||||
this.getlist();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user