去除代理
This commit is contained in:
@@ -244,17 +244,17 @@
|
||||
},
|
||||
"devServer" : {
|
||||
"https" : false,
|
||||
"port" : 8082,
|
||||
"proxy" : {
|
||||
"/api" : {
|
||||
// "target": "http://192.168.1.43:7777/",
|
||||
"target" : "https://store.sxczgkj.com/",
|
||||
"changeOrigin" : "true",
|
||||
"pathRewrite" : {
|
||||
"^/api" : ""
|
||||
}
|
||||
}
|
||||
}
|
||||
"port" : 8082
|
||||
// "proxy" : {
|
||||
// "/api" : {
|
||||
// // "target": "http://192.168.1.43:7777/",
|
||||
// "target" : "https://store.sxczgkj.com/",
|
||||
// "changeOrigin" : "true",
|
||||
// "pathRewrite" : {
|
||||
// "^/api" : ""
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
},
|
||||
"router" : {
|
||||
"mode" : "history",
|
||||
|
||||
Reference in New Issue
Block a user