打包app部分配置更新

This commit is contained in:
2024-10-08 10:54:12 +08:00
parent 9c4c2377c4
commit 79255c2c94
2 changed files with 24 additions and 29 deletions

View File

@@ -21,8 +21,7 @@
"Geolocation" : {},
"Maps" : {},
"Barcode" : {},
"Camera" : {},
"Push" : {}
"Camera" : {}
},
/* */
"distribute" : {
@@ -82,17 +81,7 @@
}
},
"ad" : {},
"push" : {
"unipush" : {
"version" : "2",
"offline" : false,
"icons" : {
"small" : {
"hdpi" : ""
}
}
}
}
"push" : {}
},
"icons" : {
"android" : {
@@ -224,15 +213,15 @@
"/ysk" : ""
}
},
"/ww" : {
// 需要被代理的后台地址
"target" : "http://192.168.1.15:8000",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ww" : ""
}
}
"/ww" : {
// 需要被代理的后台地址
"target" : "http://192.168.1.15:8000",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ww" : ""
}
}
}
}
},