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