7.23下午更新
This commit is contained in:
parent
22e411293f
commit
84f6eb5dd2
@ -1274,30 +1274,30 @@ export const asyncRoutes = [
|
||||
|
||||
|
||||
// 容器实例 - 客户角色可见
|
||||
{
|
||||
path: "/containerInstance",
|
||||
component: Layout,
|
||||
redirect: "/containerInstance/index",
|
||||
meta: {
|
||||
title: "容器实例",
|
||||
icon: "el-icon-box",
|
||||
noCache: true,
|
||||
fullPath: "/containerInstance",
|
||||
roles: ["客户"]
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "index",
|
||||
component: () => import("@/views/customer/containerInstance"),
|
||||
name: "ContainerInstance",
|
||||
meta: {
|
||||
title: "容器实例",
|
||||
fullPath: "/containerInstance/index",
|
||||
roles: ["客户"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
// {
|
||||
// path: "/containerInstance",
|
||||
// component: Layout,
|
||||
// redirect: "/containerInstance/index",
|
||||
// meta: {
|
||||
// title: "容器实例",
|
||||
// icon: "el-icon-box",
|
||||
// noCache: true,
|
||||
// fullPath: "/containerInstance",
|
||||
// roles: ["客户"]
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: "index",
|
||||
// component: () => import("@/views/customer/containerInstance"),
|
||||
// name: "ContainerInstance",
|
||||
// meta: {
|
||||
// title: "容器实例",
|
||||
// fullPath: "/containerInstance/index",
|
||||
// roles: ["客户"]
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
|
||||
|
||||
// 退订管理 - 变为一级菜单(包含子菜单)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="product-service-page" :class="{ 'single-product-page': isSinglePageMode }">
|
||||
|
||||
x
|
||||
<!-- 产品分类导航 -->
|
||||
<div v-if="!isSinglePageMode" class="category-nav">
|
||||
<div v-for="category in panelData"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user