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="page-header-slot" :class="{ 'page-header-slot--root': root }">
<view class="page-header" :class="{ 'page-header--root': root }">
@@ -95,7 +94,7 @@
</template>
<script setup>
import { goBack } from "@/utils/navigation.js";
import { goBack } from "@/utils/navigation/gateway.js";
const props = defineProps({
title: { type: String, required: true },