flat:来源标红

This commit is contained in:
Apcallover
2026-02-14 10:12:38 +08:00
parent adc762f676
commit 8b970abef2
13 changed files with 3858 additions and 3516 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
// target: 'http://192.168.1.115:8000',
target: 'http://39.98.44.136:6013',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
@@ -18,6 +19,7 @@ module.exports = {
//本地服务接口地址
target: 'https://apis.map.qq.com',
ws: true,
changeOrigin: true,
pathRewrite: {
'^/qq/map': '/'
}