chore: 依赖版本升级

This commit is contained in:
TsMask
2023-12-26 10:13:19 +08:00
parent 3aea520289
commit b8e8c07704
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network EMS"
VITE_APP_CODE = "CN EMS"
# 应用版本
VITE_APP_VERSION = "2.231225.9"
VITE_APP_VERSION = "2.231226.9"
# 接口基础URL地址-不带/后缀
VITE_API_BASE_URL = "/omc-api"

View File

@@ -29,7 +29,7 @@
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue": "^3.3.13",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
@@ -45,7 +45,7 @@
"less": "^4.2.0",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.9",
"vite": "^5.0.10",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.8.25"
}