🔧 build: 修改调用地址

dev
zhangjiabao 7 months ago
parent 635a5dc3f9
commit 6d6d9eb58a

@ -18,8 +18,8 @@ module.exports = {
proxyTable: {
"/": {
// target: 'http://39.103.180.196:9011', // 接口域名
target: "http://localhost:9011", // 接口域名
// target: 'http://testapi.indie.cn:9012', // 接口域名
// target: "http://localhost:9011", // 接口域名
target: "http://testapi.indie.cn:9012", // 接口域名
changeOrigin: true, //是否跨域
pathRewrite: {
"^/": "/" //需要rewrite重写的,

Loading…
Cancel
Save