feata:微信安全测试

This commit is contained in:
2026-07-24 21:05:21 +08:00
parent 73a7da4804
commit 3eba959b48
6 changed files with 209 additions and 68 deletions
+12
View File
@@ -195,6 +195,18 @@
"router" : {
"mode" : "hash",
"base" : ""
},
"devServer" : {
"port" : 5173,
"proxy" : {
"/proxy-api" : {
"target" : "https://api.o.tbmall.xin",
"changeOrigin" : true,
"pathRewrite" : {
"^/proxy-api" : ""
}
}
}
}
}
}