From 5035dde1c77b21c79a32a2e4802f0a1e85931c46 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期二, 07 三月 2023 17:25:01 +0800 Subject: [PATCH] 隐藏导入 --- vue.config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 65e8382..aeae150 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,8 @@ open: true, proxy: { '/api': { - target: 'http://192.168.3.220:8080', + // target: 'http://192.168.3.220:8080', + target: 'https://qyqjzdd.cdqingyang.gov.cn/qyjz', changeOrigin: true, pathRewrite: { '^/api': '' -- Gitblit v1.8.0