This commit is contained in:
hrx 2025-09-29 09:47:50 +08:00
parent 5e82b38f62
commit 0fbccbea23

View File

@ -785,162 +785,162 @@ export const asyncRoutes = [
}, },
// // 客户 // // 客户
// { {
// path: "/customer", component: Layout, redirect: "/customer/workOrderManagement", meta: { path: "/customer", component: Layout, redirect: "/customer/workOrderManagement", meta: {
// title: "客户", icon: "el-icon-s-custom", noCache: true, fullPath: "/customer", title: "客户", icon: "el-icon-s-custom", noCache: true, fullPath: "/customer",
// }, },
// children: [ children: [
// // 工单 // 工单
// { {
// path: "workOrderManagement", path: "workOrderManagement",
// component: () => import("@/views/customer/workOrderManagement"), component: () => import("@/views/customer/workOrderManagement"),
// name: "WorkOrderManagement", name: "WorkOrderManagement",
// meta: { title: "工单管理", fullPath: "/customer/workOrderManagement" }, meta: { title: "工单管理", fullPath: "/customer/workOrderManagement" },
// }, },
// // 退订 // 退订
// { {
// path: "unsubscribe", path: "unsubscribe",
// component: () => import("@/views/customer/unsubscribe"), component: () => import("@/views/customer/unsubscribe"),
// name: "Unsubscribe", name: "Unsubscribe",
// alwaysShow: true, // 确保父菜单始终显示 alwaysShow: true, // 确保父菜单始终显示
// meta: { meta: {
// title: "退订管理", title: "退订管理",
// alwaysShow: true alwaysShow: true
// }, },
// children: [ children: [
// { {
// path: "BaiduNetdisk", path: "BaiduNetdisk",
// component: () => import("@/views/customer/unsubscribe/BaiduNetdisk.vue"), component: () => import("@/views/customer/unsubscribe/BaiduNetdisk.vue"),
// name: "BaiduNetdisk", name: "BaiduNetdisk",
// meta: { title: "百度云" } meta: { title: "百度云" }
// }, },
// ] ]
// }, },
// // 完善信息 // 完善信息
// { {
// path: 'approve', path: 'approve',
// component: () => import('@/views/customer/ncApprove/index.vue'), component: () => import('@/views/customer/ncApprove/index.vue'),
// name: "Approve", name: "Approve",
// meta: { title: "信息完善", fullPath: "/customer/ncApprove" }, meta: { title: "信息完善", fullPath: "/customer/ncApprove" },
// }, },
// // 渠道管理 // 渠道管理
// { {
// hidden: true, hidden: true,
// path: "channelMangement", path: "channelMangement",
// component: () => import("@/views/customer/channelMangement/index.vue"), component: () => import("@/views/customer/channelMangement/index.vue"),
// name: "ChannelMangement", name: "ChannelMangement",
// meta: { title: "渠道管理", fullPath: "/customer/channelMangement" }, meta: { title: "渠道管理", fullPath: "/customer/channelMangement" },
// }, },
// //渠道产品管理 //渠道产品管理
// { {
// hidden: true, hidden: true,
// path: "channelProductMangement", path: "channelProductMangement",
// component: () => import("@/views/customer/channelMangement/channelProductMangement/index.vue"), component: () => import("@/views/customer/channelMangement/channelProductMangement/index.vue"),
// name: "channelProductMangement", name: "channelProductMangement",
// meta: { title: "渠道产品管理", fullPath: "/customer/channelMangement/channelProductMangement", noCache: true }, meta: { title: "渠道产品管理", fullPath: "/customer/channelMangement/channelProductMangement", noCache: true },
// }, },
// // 无权限 // 无权限
// { {
// hidden: true, hidden: true,
// path: "noChannelPermission", path: "noChannelPermission",
// component: () => import("@/views/customer/channelMangement/noChannelPermission/index.vue"), component: () => import("@/views/customer/channelMangement/noChannelPermission/index.vue"),
// name: "noChannelPermission", name: "noChannelPermission",
// meta: { title: "无权限", fullPath: "/customer/channelMangement/noChannelPermission", noCache: true }, meta: { title: "无权限", fullPath: "/customer/channelMangement/noChannelPermission", noCache: true },
// }, },
// // 聊天 // 聊天
// { {
// hidden: true, hidden: true,
// path: "chat", path: "chat",
// component: () => import("@/views/product/productHome/chat/index.vue"), component: () => import("@/views/product/productHome/chat/index.vue"),
// name: "chat", name: "chat",
// meta: { meta: {
// title: "聊天", fullPath: "/product/productHome/chat", noCache: true title: "聊天", fullPath: "/product/productHome/chat", noCache: true
// }, },
// }, },
// // 个人中心 // 个人中心
// { {
// hidden: true, hidden: true,
// path: "customerInformation", path: "customerInformation",
// component: () => import("@/views/customer/customerInformation"), component: () => import("@/views/customer/customerInformation"),
// name: "customerInformation", name: "customerInformation",
// meta: { title: "个人中心", fullPath: "/customer/customerInformation" }, meta: { title: "个人中心", fullPath: "/customer/customerInformation" },
// }, },
// // 充值管理 // 充值管理
// { {
// path: "rechargeRecord", path: "rechargeRecord",
// component: () => import("@/views/customer/rechargeRecord"), component: () => import("@/views/customer/rechargeRecord"),
// name: "RechargeRecord", name: "RechargeRecord",
// meta: { title: "充值管理", fullPath: "/customer/rechargeRecord" }, meta: { title: "充值管理", fullPath: "/customer/rechargeRecord" },
// }, },
// // 订单管理 // 订单管理
// { {
// path: "orderManagement", path: "orderManagement",
// component: () => import("@/views/customer/orderManagement"), component: () => import("@/views/customer/orderManagement"),
// name: "OrderManagement", name: "OrderManagement",
// meta: { title: "产品订单", fullPath: "/customer/orderManagement", noCache: true, }, meta: { title: "产品订单", fullPath: "/customer/orderManagement", noCache: true, },
// }, },
// // 订单详情 // 订单详情
// { {
// path: "orderDetil", path: "orderDetil",
// component: () => import("@/views/customer/orderDetil"), component: () => import("@/views/customer/orderDetil"),
// name: "orderDetil", name: "orderDetil",
// hidden: true, hidden: true,
// meta: { title: "订单详情", fullPath: "/customer/orderDetil", noCache: true, }, meta: { title: "订单详情", fullPath: "/customer/orderDetil", noCache: true, },
// }, },
// // 促销邀请码 // 促销邀请码
// { {
// hidden: true, hidden: true,
// path: "promotionalInvitationCode", path: "promotionalInvitationCode",
// component: () => import("@/views/customer/promotionalInvitationCode"), component: () => import("@/views/customer/promotionalInvitationCode"),
// name: "PromotionalInvitationCode", name: "PromotionalInvitationCode",
// meta: { title: "促销邀请码", fullPath: "/customer/promotionalInvitationCode" }, meta: { title: "促销邀请码", fullPath: "/customer/promotionalInvitationCode" },
// }, },
// // 资源示例 // 资源示例
// { {
// path: "userResource", component: () => import( path: "userResource", component: () => import(
// // "@/views/customer/userResource/iframeJiNan.vue"//iframe报错 // "@/views/customer/userResource/iframeJiNan.vue"//iframe报错
// "@/views/customer/userResource" "@/views/customer/userResource"
// ), name: "userResource", meta: { title: "资源实例", fullPath: "/customer/userResource", noCache: true }, ), name: "userResource", meta: { title: "资源实例", fullPath: "/customer/userResource", noCache: true },
// }, },
// // ssh登录 // ssh登录
// { {
// path: "sshTerminal", path: "sshTerminal",
// component: () => import( component: () => import(
// // "@/views/customer/userResource/iframeJiNan.vue"//iframe报错 // "@/views/customer/userResource/iframeJiNan.vue"//iframe报错
// "@/views/customer/userResource/SshTerminal.vue" "@/views/customer/userResource/SshTerminal.vue"
// ), ),
// name: "sshTerminal", name: "sshTerminal",
// meta: { title: "ssh登录", fullPath: "/customer/SshTerminal", noCache: true }, meta: { title: "ssh登录", fullPath: "/customer/SshTerminal", noCache: true },
// }, },
// // 审批记录 // 审批记录
// { {
// hidden: true, path: "approvalRecord", component: () => import( hidden: true, path: "approvalRecord", component: () => import(
// // "@/views/customer/approvalRecord/iframeJiNan.vue"//iframe报错 // "@/views/customer/approvalRecord/iframeJiNan.vue"//iframe报错
// "@/views/customer/approvalRecord" "@/views/customer/approvalRecord"
// ), name: "approvalRecord", meta: { title: "审批记录", fullPath: "/customer/approvalRecord" }, ), name: "approvalRecord", meta: { title: "审批记录", fullPath: "/customer/approvalRecord" },
// }, },
// // 发票管理 // 发票管理
// { {
// path: "invoice", path: "invoice",
// component: () => import("@/views/customer/invoice"), component: () => import("@/views/customer/invoice"),
// name: "Invoice", name: "Invoice",
// meta: { title: "发票管理", fullPath: "/customer/invoice" }, meta: { title: "发票管理", fullPath: "/customer/invoice" },
// }, },
// // 产品最新页 // 产品最新页
// { {
// hidden: true, hidden: true,
// path: "productIndex", path: "productIndex",
// component: () => import("@/views/product/productHome/productIndex/index.vue"), component: () => import("@/views/product/productHome/productIndex/index.vue"),
// name: "ProductIndex", name: "ProductIndex",
// meta: { title: "产品最新页", fullPath: "/product/productHome/productIndex", noCache: true }, meta: { title: "产品最新页", fullPath: "/product/productHome/productIndex", noCache: true },
// },], },],
// }, },
// 资质审核 // 资质审核
{ {
path: "/qualificationReview", path: "/qualificationReview",