From 806c870591c7f741c0b2bb3f929fefb5f936a1b4 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 22 Sep 2021 09:17:05 +0800 Subject: [PATCH] =?UTF-8?q?url=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vue.config.js b/vue.config.js index 173b23f..b90e258 100644 --- a/vue.config.js +++ b/vue.config.js @@ -15,16 +15,16 @@ module.exports = { open: true, port: 8888, // 开发环境默认开启反向代理,如果不需要请自行注释 - proxy: { - '/tduck-api': { - //target: 'http://localhost:8080/api/', - //target: 'http://localhost:8116', - // target: 'http://192.168.1.142:8116', - target: 'http://192.168.1.140/api', - //target: 'http://epmet-dev.elinkservice.cn:40002', - changeOrigin: true - } - } + // proxy: { + // '/tduck-api': { + // //target: 'http://localhost:8080/api/', + // //target: 'http://localhost:8116', + // // target: 'http://192.168.1.142:8116', + // target: 'http://192.168.1.140/api', + // //target: 'http://epmet-dev.elinkservice.cn:40002', + // changeOrigin: true + // } + // } }, configureWebpack: { // provide the app's title in webpack's name field, so that