flat: api

This commit is contained in:
史典卓
2025-04-01 16:38:47 +08:00
parent d7618ff5a6
commit 71a0666642

View File

@@ -24,9 +24,12 @@ module.exports = {
port: 1888, port: 1888,
proxy: { proxy: {
"/api": { "/api": {
target: 'http://39.98.44.136:80', target: 'http://39.98.44.136:8082',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: {
"^/api": ""
}
}, },
"/qq/map": { "/qq/map": {
//本地服务接口地址 //本地服务接口地址