This commit is contained in:
lnn19986213 2024-05-21 16:22:38 +08:00
parent dc3e05e241
commit 72a4c695a1
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ export default defineConfig({
// 第一个代理
"/api": {
// 匹配到啥来进行方向代理
target: "http://192.168.2.42:8095/", //周源
// target: "http://220.191.238.50:996/", //周源
// target: "http://192.168.2.42:8095/", //本地
target: "http://220.191.238.50:996/", //线上
changeOrigin: true, //是否支持跨域
//rewrite: (path) => path.replace(/^\/api/, '') // 如果不需要api 直接把路径上的api 替换成空,这个
},