修复提交错误

This commit is contained in:
471615499@qq.com 2024-10-17 22:03:50 +08:00
parent dfdb3616ed
commit acb47e8f40
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
NODE_ENV=development NODE_ENV=development
VUE_APP_PREVIEW=true VUE_APP_PREVIEW=true
VUE_APP_API_BASE_URL=/api VUE_APP_API_BASE_URL=/api
VUE_APP_MODEL_BASE_URL=https://baoxiu.jsgdha.com/shoot-hand VUE_APP_MODEL_BASE_URL=https://company.haxy.com.cn:4443/shoot-hand

View File

@ -110,8 +110,8 @@ const vueConfig = {
port: 8000, port: 8000,
proxy: { proxy: {
'/api': { '/api': {
//target: 'http://127.0.0.1:9227', target: 'http://127.0.0.1:9227',
target: 'https://baoxiu.jsgdha.com/shoot-hand', // target: 'https://baoxiu.jsgdha.com/shoot-hand',
pathRewrite: { '^/api': '' }, pathRewrite: { '^/api': '' },
ws: false, ws: false,
changeOrigin: true changeOrigin: true