From 7b7882d0578424f362c90b97bdd3b73735975e29 Mon Sep 17 00:00:00 2001 From: qinjie Date: Mon, 16 Aug 2021 16:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=A8=83=E4=BB=A3=E7=90=86=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/vue.config.js b/vue.config.js index d6f5534..05431b3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -5,7 +5,7 @@ const GitRevision = new GitRevisionPlugin() const buildDate = JSON.stringify(new Date().toLocaleString()) const createThemeColorReplacerPlugin = require('./config/plugin.config') -function resolve (dir) { +function resolve(dir) { return path.join(__dirname, dir) } @@ -94,15 +94,15 @@ const vueConfig = { devServer: { // development server port 8000 - port: 8000 + port: 8000, // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11 - // proxy: { - // '/api': { - // target: 'https://mock.ihx.me/mock/5baf3052f7da7e07e04a5116/antd-pro', - // ws: false, - // changeOrigin: true - // } - // } + proxy: { + '/dawa': { + target: 'http://a.3a6.cn/dawa/', + ws: false, + changeOrigin: true + } + } }, // disable source map in production