diff --git a/.env.development b/.env.development index a26e5522..52a76892 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.2311.7" +VITE_APP_VERSION = "2.2311.8" # 接口基础URL地址-不带/后缀 VITE_API_BASE_URL = "/omc-api" diff --git a/src/views/index.vue b/src/views/index.vue index 9488501e..a0becb88 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -88,7 +88,7 @@ let tableState: TabeStateType = reactive({ /**表格状态 */ let nfInfo: any = reactive({ obj: 'OMC', - version: '2.2311.7', + version: '2.2311.8', status: t('views.index.normal'), number: '', outTimeDate: '',