--
2.34.1
From 84f6eb5dd2045bd25975eb93ea322620030ddf8d Mon Sep 17 00:00:00 2001
From: hrx <18603305412@163.com>
Date: Thu, 23 Jul 2026 16:17:42 +0800
Subject: [PATCH 2/3] =?UTF-8?q?7.23=E4=B8=8B=E5=8D=88=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
f/web-kboss/src/router/index.js | 48 +++++++++----------
.../src/views/product/allProduct/index.vue | 2 +-
2 files changed, 25 insertions(+), 25 deletions(-)
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 @@
-
+ x
Date: Thu, 23 Jul 2026 16:42:30 +0800
Subject: [PATCH 3/3] =?UTF-8?q?7.23=E4=B8=8B=E5=8D=88=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
f/web-kboss/src/views/homePage/components/topBox/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue
index 18d37ef..bf94974 100644
--- a/f/web-kboss/src/views/homePage/components/topBox/index.vue
+++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue
@@ -314,7 +314,7 @@ export default Vue.extend({
return orgType !== '2' && orgType !== '3' && userId === null
},
isNcmatchDomain() {
- return window.location.hostname.includes('ncmatch.cn')
+ return window.location.hostname.includes('ncmatch.cn') || window.location.hostname.includes('zgcopc.opencomputing.cn')
},
isActiveHome() {
return this.isNcmatchDomain
--
2.34.1