版本修改

This commit is contained in:
zhongchangyuyu 2025-04-25 09:19:04 +08:00
parent 4b072d941e
commit f277e0e642
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
NODE_ENV = 'development'
# 开发环境API地址
VUE_APP_BASE_API = http://192.168.137.3:8080/api/api
VUE_APP_BASE_API = http://localhost:8082/api

View File

@ -37,6 +37,7 @@
"moment": "^2.30.1",
"nprogress": "0.2.0",
"qrcode": "^1.5.3",
"qrcode.vue": "^3.6.0",
"quill": "1.3.7",
"screenfull": "5.0.2",
"sm-crypto": "^0.3.12",
@ -54,6 +55,7 @@
"devDependencies": {
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-service": "4.4.6",
"babel-loader": "^10.0.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"chalk": "4.1.0",
"compression-webpack-plugin": "5.0.2",
@ -74,4 +76,4 @@
">1%",
"last 2 versions"
]
}
}