feat:还原配置

dev_na
puz 2026-07-02 09:39:17 +08:00
parent 3337285135
commit e954e775c0
1 changed files with 4 additions and 4 deletions

View File

@ -59,11 +59,11 @@ export default defineConfig({
server: {
port: 5174,
proxy: {
"/auth": "http://10.100.53.199:8080",
"/sys": "http://10.100.53.199:8080",
"/api": "http://10.100.53.199:8080",
"/auth": "http://localhost:8080",
"/sys": "http://localhost:8080",
"/api": "http://localhost:8080",
"/ws": {
target: "ws://10.100.53.199:8080",
target: "ws://localhost:8080",
ws: true
}
}