diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index dc1a73f..e2f3298 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -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: ["客户"] + // } + // } + // ] + // }, // 退订管理 - 变为一级菜单(包含子菜单) diff --git a/f/web-kboss/src/views/product/allProduct/index.vue b/f/web-kboss/src/views/product/allProduct/index.vue index 8324a9a..b56befc 100644 --- a/f/web-kboss/src/views/product/allProduct/index.vue +++ b/f/web-kboss/src/views/product/allProduct/index.vue @@ -1,6 +1,6 @@