From fcb6cfdbdb5fbce7d02d8513719237e65a72f474 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期四, 09 三月 2023 16:45:20 +0800 Subject: [PATCH] 修改报案人材料图片 --- vue.config.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index f2d902b..97b37b6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,14 +7,15 @@ 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: 'https://qyqjzdd.cdqingyang.gov.cn/minio', changeOrigin: true, pathRewrite: { '^/minio': '' -- Gitblit v1.8.0