This commit is contained in:
彭森 2024-02-26 14:50:53 +08:00
parent f69c026794
commit bdfe86f678
2 changed files with 5 additions and 2 deletions

View File

@ -35,8 +35,11 @@ const modules: Record<string, any> = import.meta.glob(
// "!./modules/test.ts", // "!./modules/test.ts",
"!./modules/rateApplyManage.ts", "!./modules/rateApplyManage.ts",
"!./modules/companyDataManage.ts", "!./modules/companyDataManage.ts",
"!./modules/rateManage.ts", // "!./modules/rateManage.ts",
"!./modules/companyUserManage.ts", "!./modules/companyUserManage.ts",
"!./modules/companyUser.ts",
"!./modules/companyIndexMain.ts",
"!./modules/rateManage.ts",
// "!./modules/user.ts", // "!./modules/user.ts",
], ],
{ {

View File

@ -24,7 +24,7 @@ export default {
{ {
path: "/rating/manage", path: "/rating/manage",
name: "manage", name: "manage",
component: () => import("@/views/smebiz/rateApplyManage.vue"), component: () => import("@/views/rate/rateManage.vue"),
meta: { meta: {
keepAlive:true, keepAlive:true,
title: "评级审核", title: "评级审核",