feat:还原配置
parent
3337285135
commit
e954e775c0
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue