初步将merchant在开发者工具上面运行

This commit is contained in:
2026-03-23 09:52:27 +08:00
parent 944bdd5294
commit b9a48478b9
1020 changed files with 1160 additions and 240 deletions

View File

@@ -71,7 +71,9 @@
<!-- currentPage 为空字符串说明是顶层路由容器,才允许渲染动态组件;
若 currentPage 非空,说明是子页面自己套了 AdminLayout作为布局壳使用
此时不再渲染 currentComponent避免递归挂载导致重复请求。 -->
<!-- #ifdef H5 -->
<component :is="currentComponent" v-if="hasAccess && !isPageLoading && currentComponent != null && props.currentPage === ''"></component>
<!-- #endif -->
<AdminPageLoading v-if="isPageLoading"></AdminPageLoading>
</view>
<AdminFooter></AdminFooter>