diff --git a/.env.development b/.env.development index dd1252ea..2692c792 100644 --- a/.env.development +++ b/.env.development @@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS" VITE_APP_CODE = "CN EMS" # 应用版本 -VITE_APP_VERSION = "2.240627" +VITE_APP_VERSION = "2.240704" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/.env.production b/.env.production index ab00a551..6096f580 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.240627" +VITE_APP_VERSION = "2.240704" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 6c8d457f..13085012 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -771,6 +771,8 @@ export default { uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!", }, neConfPara5G: { + headerTip: 'Check and save the public parameter properties of the network element before performing the installation of the network element, and make sure that the latest parameter properties are applied.', + headerTipToPage: 'Jump Installation', save: 'Save', reload: 'Reload', title: 'Save Info', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 2b3c8ebf..c4e3d861 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -771,6 +771,8 @@ export default { uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!", }, neConfPara5G: { + headerTip: '进行网元安装前检查并保存网元公共参数属性,确认应用为最新参数属性', + headerTipToPage: '跳转安装', save: '保存', reload: '刷新', title: '保存信息', diff --git a/src/views/ne/neConfPara5G/index.vue b/src/views/ne/neConfPara5G/index.vue index 8712a255..6be68cb9 100644 --- a/src/views/ne/neConfPara5G/index.vue +++ b/src/views/ne/neConfPara5G/index.vue @@ -119,8 +119,8 @@ function fnGetData() { for (const item of resArr[1].rows) { switch (item.neType) { case 'OMC': - state.from.sbi.omc_ip = item.ip; - Object.assign(state.omcInfo, item); + // state.from.sbi.omc_ip = item.ip; + Object.assign(state.omcInfo, item); // 主动改OMC_IP break; case 'IMS': state.from.sbi.ims_ip = item.ip; @@ -204,6 +204,13 @@ onMounted(() => {