From c2e6ddea34a8bb5fb3986b4ee67e0ef48be9cf76 Mon Sep 17 00:00:00 2001 From: gtz217 <535262213@qq.com> Date: Fri, 17 Dec 2021 15:36:11 +0800 Subject: [PATCH] 1 --- config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 8589293..ac43d18 100644 --- a/config/index.js +++ b/config/index.js @@ -2,7 +2,7 @@ * @Author: gtz * @Date: 2021-11-19 10:10:51 * @LastEditors: gtz - * @LastEditTime: 2021-12-15 17:19:13 + * @LastEditTime: 2021-12-17 14:40:57 * @Description: file content * @FilePath: \mt-qj-wms-ui\config\index.js */ @@ -22,7 +22,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: 'http://192.168.0.183:8080', + target: 'http://192.168.0.189:8080', changeOrigin: true, pathRewrite: { '^/proxyApi': '/api'