wu
2023-11-30 0ece3ba8c92df0438af52b8de6b9225d8ada4103
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': ''
                }
            }
        }
    },