odc.xiaohui
2023-05-19 9e5b5870c755a7e89d12e80ef7b811f2439bd8b6
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': ''