From fe708bd2a8e5c38b2084132de67b036dd9cef7df Mon Sep 17 00:00:00 2001 From: qsh <> Date: Wed, 11 Oct 2023 11:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=E5=8A=A0=E8=B4=A7=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/question/index.vue | 1 + vue.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/question/index.vue b/src/views/question/index.vue index 1f423fb..1f617db 100644 --- a/src/views/question/index.vue +++ b/src/views/question/index.vue @@ -6,6 +6,7 @@ 小车 摩托车 + 货车 diff --git a/vue.config.js b/vue.config.js index 2337d05..61602f2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -34,7 +34,7 @@ module.exports = { open: true, proxy: { [process.env.VUE_APP_BASE_API + '/driver-api']: { - target: `https://jwl.ahduima.com/driver-api/`, + target: `http://118.31.23.45:8888/driver-api/`, // target: `http://localhost:8888/driver-api/`, changeOrigin: true, pathRewrite: {