From 9e5b5870c755a7e89d12e80ef7b811f2439bd8b6 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 19 五月 2023 15:12:08 +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 aeae150..3b9696e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -15,7 +15,8 @@ } }, '/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