diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 657b6da..6b074fb 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -66,10 +66,9 @@ export const constantRoutes = [ hidden: true }, { - hidden: true, alwaysShow: true, path: "/productMangement", - component: Layout, + component:Layout, name: "productMangement", redirect: "/productMangement/index", meta: { fullPath: "/productMangement", title: "商品管理", noCache: true, icon: 'el-icon-s-home' }, @@ -183,7 +182,6 @@ export const constantRoutes = [ meta: { title: "注册" }, }, { - hidden: true, path: "/ncmatchHome", component: () => import("@/views/homePage/ncmatch/index.vue"), name: "ncmatchHome", @@ -747,7 +745,6 @@ export const asyncRoutes = [ meta: { title: "工单管理", fullPath: "/customer/workOrderManagement" }, }, { - hidden: true, path: 'approve', component: () => import('@/views/customer/ncApprove/index.vue'), name: "Approve", @@ -839,7 +836,7 @@ export const asyncRoutes = [ ), name: "userResource", meta: { title: "资源实例", fullPath: "/customer/userResource", noCache: true }, }, { - hidden: true, + path: "sshTerminal", component: () => import( // "@/views/customer/userResource/iframeJiNan.vue"//iframe报错 diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue index dc14526..7531083 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/sendProduct/index.vue @@ -125,17 +125,31 @@