diff --git a/.env.development b/.env.development index 6389de0..520dcf1 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ NODE_ENV=development VUE_APP_PREVIEW=true VUE_APP_API_BASE_URL=/api -VUE_APP_MODEL_BASE_URL=https://baoxiu.jsgdha.com/shoot-hand \ No newline at end of file +VUE_APP_MODEL_BASE_URL=https://company.haxy.com.cn:4443/shoot-hand \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 0fb5d57..093deea 100644 --- a/vue.config.js +++ b/vue.config.js @@ -110,8 +110,8 @@ const vueConfig = { port: 8000, proxy: { '/api': { - //target: 'http://127.0.0.1:9227', - target: 'https://baoxiu.jsgdha.com/shoot-hand', + target: 'http://127.0.0.1:9227', + // target: 'https://baoxiu.jsgdha.com/shoot-hand', pathRewrite: { '^/api': '' }, ws: false, changeOrigin: true