完成合并

This commit is contained in:
cwchen 2024-08-19 09:18:40 +08:00
commit 8dbb2fb37e
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@
"url": "http://192.168.0.56:3000/bonus/Bonus-Cloud.git"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@riophae/vue-treeselect": "0.4.0",
"axios": "0.24.0",
"clipboard": "2.0.8",

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://127.0.0.1:18080/ljzhgd`,
target: `http://127.0.0.1:18080/ljzhgd/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''