From 0782140a00e554ec7a1c724ecc1eb36726d994f8 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期一, 22 五月 2023 11:45:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- vue.config.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index f2d902b..65bd747 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,14 +7,16 @@ open: true, proxy: { '/api': { - target: 'http://localhost:8080', + target: 'http://192.168.3.220:8080', + // target: 'https://qyqjzdd.cdqingyang.gov.cn/qyjz', changeOrigin: true, pathRewrite: { '^/api': '' } }, '/minio': { - target: 'http://221.237.182.28:19000', + // target: 'http://192.168.3.220:8080/minio', + target: 'https://qyqjzdd.cdqingyang.gov.cn/minio', changeOrigin: true, pathRewrite: { '^/minio': '' -- Gitblit v1.8.0