zhangxiaoxu123
2023-03-31 dc7ef35a8d972bdd853c8324703087ac4b6b9063
vue.config.js
@@ -5,7 +5,8 @@
    devServer: {
        proxy: {
            '/api':{
                target:'http://192.168.0.146',
                target:'http://183.196.93.178',
                //target:'http://127.0.0.1',
                changeOrigin:true,
                pathRewrite:{
                    '/api':''
@@ -13,4 +14,4 @@
            }
        }
    }
}
}