ZengTao
2024-05-13 ba604157629a79b6dd10d5d449eb6c05111bb3ef
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': ''
                }
            }
        }
    },