vue.config.js
@@ -7,14 +7,14 @@
        open: true,
        proxy: {
            '/api': {
                target: 'http://192.168.3.220:8080',
                target: 'http://localhost:8080',
                changeOrigin: true,
                pathRewrite: {
                    '^/api': ''
                }
            },
            '/minio': {
                target: 'http://221.237.182.28:19000',
                target: 'https://qyqjzdd.cdqingyang.gov.cn/minio',
                changeOrigin: true,
                pathRewrite: {
                    '^/minio': ''