fix(index): 修复首页在已登录状态下,不能点击的问题

This commit is contained in:
2025-12-20 16:52:29 +08:00
parent 3556691b56
commit 973c8dddd0
7 changed files with 48 additions and 9 deletions

View File

@@ -44,6 +44,9 @@ uniStorage();
import loadingCover from '@/components/loading-cover/loading-cover.vue';
Vue.component('loading-cover', loadingCover);
import nsMpHtml from '@/components/ns-mp-html/ns-mp-html.vue';
Vue.component('ns-mp-html', nsMpHtml);
import nsEmpty from '@/components/ns-empty/ns-empty.vue';
Vue.component('ns-empty', nsEmpty);