diff --git a/.env.production b/.env.production index 57cc0189..94af08f1 100644 --- a/.env.production +++ b/.env.production @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.231222.9" +VITE_APP_VERSION = "2.231225.9" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/views/monitor/topology/index.vue b/src/views/monitor/topology/index.vue index 3c855c77..f749874a 100644 --- a/src/views/monitor/topology/index.vue +++ b/src/views/monitor/topology/index.vue @@ -77,10 +77,10 @@ function fnGetList(refresh: boolean = false) { neId: item.neId, neName: item.neName, neType: item.neType, - expire: '2024-03-31', - refreshTime: '10:31:47', - sn: '13770707', - version: '2.2312.8', + expire: '-', + refreshTime: '-', + sn: '-', + version: '-', }; nodes.push({ id: item.neName,