Browse Source

隐藏首页弹窗

master
liaoxinyu 1 year ago
parent
commit
940eba9704
  1. 2
      src/views/home/index.vue

2
src/views/home/index.vue

@ -877,7 +877,7 @@
this.indexList(); this.indexList();
}, },
mounted() { mounted() {
this.visible = true // this.visible = true
this.article(); this.article();
this.getHelpList(); this.getHelpList();
if (this.isLogin) { if (this.isLogin) {

Loading…
Cancel
Save