ZengTao
2023-12-05 4c90307d46d6d7daee39cca3ca2d9e87b9018401
CanadaMes-ui/vue.config.js
@@ -8,11 +8,12 @@
    devServer: {
        proxy: {
            '/api': {
                target: `http://127.0.0.1:8888/springboot-vue3`,
                target: `http://localhost:8888/springboot-vue3`,
                changeOrigin: true,
                pathRewrite: {
                    '^/api': ''
                }
            }
        }
    },