修复打包部署后加载不到资源的问题

(cherry picked from commit f16ea74abe)
pull/173/head
puhui999 2023-04-07 01:44:40 +08:00 committed by shizhong
parent 47eac89d1e
commit 6709a878a7
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ VITE_API_BASEPATH=/dev-api
VITE_API_URL=/admin-api
# 打包路径
VITE_BASE_PATH=/dist-dev/
VITE_BASE_PATH=/
# 是否删除debugger
VITE_DROP_DEBUGGER=false

View File

@ -27,8 +27,8 @@
"lint:pretty": "pretty-quick --staged"
},
"dependencies": {
"@form-create/designer": "^3.1.0",
"@form-create/element-ui": "^3.1.17",
"@form-create/designer": "^3.1.3",
"@form-create/element-ui": "^3.1.18",
"@iconify/iconify": "^3.1.0",
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^9.13.0",