From e79d054ceb5dd3ca87839603866046e55c655535 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 25 Dec 2023 17:07:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=93=E6=89=91=E4=BF=A1=E6=81=AFOMC?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=97=A0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/views/monitor/topology/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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,