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 @@
- + + 折后价: +¥{{ (form.price * form.discount/10).toFixed(2 ) }} +- + - + + + ¥{{ ((form.price * form.discount/10)*0.03).toFixed(2) }} + + - +
{{ publish_type === '2' ? '发布需求' : '发布商品' }} - 重置 + diff --git a/f/web-kboss/src/views/setting/tools.js b/f/web-kboss/src/views/setting/tools.js index 9ea8160..f8523fb 100644 --- a/f/web-kboss/src/views/setting/tools.js +++ b/f/web-kboss/src/views/setting/tools.js @@ -1,6 +1,6 @@ export function getHomePath() { - let homePath= "/homePage/index" - // let homePath= "/ncmatchHome/index" + // let homePath= "/homePage/index" + let homePath= "/ncmatchHome/index" // 业主机构信息 let url_link = window.location.href || ''; @@ -24,5 +24,5 @@ export function getHomePath() { } } console.log("res是",homePath) - return "/homePage/index" + return homePath }