From 833b687957f9482b650ca5d78c04434bef623c27 Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Thu, 2 Jun 2022 10:06:37 +0800 Subject: [PATCH] fight --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 3eaef83..8875cc1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,8 +38,8 @@ module.exports = { }, proxy: { '/development': { - // target: `http://inteview.t1j2.com/`, //后台服务地址 - target:'http://localhost:8877', + target: `http://inteview.t1j2.com/`, //后台服务地址 + // target:'http://localhost:8877', changeOrigin: true, pathRewrite: { '^/development': '' -- libgit2 0.21.4