|
@ -6,6 +6,7 @@ import {ref} from "vue"; |
|
|
// 路由定义(包含权限映射 meta.permissionId)
|
|
|
// 路由定义(包含权限映射 meta.permissionId)
|
|
|
const routes = [ |
|
|
const routes = [ |
|
|
// {
|
|
|
// {
|
|
|
|
|
|
|
|
|
// path: '/workspace',
|
|
|
// path: '/workspace',
|
|
|
// name: "workspace",
|
|
|
// name: "workspace",
|
|
|
// component: () => import("../views/workspace/audit.vue"),
|
|
|
// component: () => import("../views/workspace/audit.vue"),
|
|
@ -42,7 +43,7 @@ const routes = [ |
|
|
meta: { permissionId: 40 }, |
|
|
meta: { permissionId: 40 }, |
|
|
// redirect: '/index',
|
|
|
// redirect: '/index',
|
|
|
children: [ |
|
|
children: [ |
|
|
// 充值审核
|
|
|
|
|
|
|
|
|
// 充值审核========================================
|
|
|
{ |
|
|
{ |
|
|
path: 'rechargeAudit', |
|
|
path: 'rechargeAudit', |
|
|
name: "rechargeAudit", |
|
|
name: "rechargeAudit", |
|
|