From 3613f5414bef610d8486c01eea3a795d62dabb16 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 05 三月 2021 13:55:01 +0800 Subject: [PATCH] 跨aap打开新app --- vue.config.js | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/vue.config.js b/vue.config.js index c5faf7a..8e6eadc 100644 --- a/vue.config.js +++ b/vue.config.js @@ -78,16 +78,16 @@ // ws: true, changeOrigin: true, }, - "/data/api-v/app/findAllApp": { - // target: '/', - target: 'http://localhost:8080/', - changeOrigin: true, - pathRewrite: { - '^/data/api-v/app/findAllApp': 'apps.json' - } - }, + // "/data/api-v/app/findAllApp": { + // // target: '/', + // target: 'http://localhost:8080/', + // changeOrigin: true, + // pathRewrite: { + // '^/data/api-v/app/findAllApp': 'apps.json' + // } + // }, "/api-c": { - target: 'http://192.168.20.10:8004', + target: 'http://192.168.20.113:8004', changeOrigin: true }, "/api-v": { -- Gitblit v1.8.0