From d9806cf6fda3ff5388fbc747d4061775b278ad66 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期二, 07 三月 2023 09:37:30 +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