From acb47e8f4070cd3ec913591da4dbeba8f7c52ac2 Mon Sep 17 00:00:00 2001 From: "471615499@qq.com" Date: Thu, 17 Oct 2024 22:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8F=90=E4=BA=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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