This commit is contained in:
BOOL\25024
2025-03-06 16:13:22 +08:00
6 changed files with 115 additions and 9 deletions

View File

@@ -186,7 +186,7 @@ export const constantRoutes = [
children: [
{
path: "financeDetail",
component: () => import("@/views/financial/financeDetail"),
component: () => import("@/views/financial/financeDetail-新.vue"),
name: "financeDetail",
meta: { title: "财务详情", activeMenu: "/financial/merchant" },
},