feat: migrate app routes and business modules

This commit is contained in:
2026-08-12 18:22:59 +08:00
parent 555aa00043
commit cc706378c2
247 changed files with 28623 additions and 14988 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
<!-- 公共组件根页面底部导航仅维护家谱家族我的三项已确认入口及其透明图标 -->
<template>
<view class="app-tabbar" role="tablist" aria-label="主要导航">
<button
@@ -25,7 +24,7 @@
</template>
<script setup>
import { goRoot } from "@/utils/navigation.js";
import { goRoot } from "@/utils/navigation/gateway.js";
const props = defineProps({ active: { type: String, required: true } });