修复接口,模块引用等一些问题

This commit is contained in:
aixianling
2024-10-10 17:35:04 +08:00
parent b3f11698f2
commit 104f5d1049
11 changed files with 28 additions and 87 deletions

View File

@@ -2,7 +2,7 @@
<section class="mainContent">
<ai-nav-tab :routes="apps"/>
<div class="fill">
<router-view/>
<router-view v-bind="$attrs.commonAttrs"/>
<ai-empty v-if="isHome">欢迎使用村微产品库</ai-empty>
</div>
</section>