feat:还原配置
parent
3337285135
commit
e954e775c0
|
|
@ -59,11 +59,11 @@ export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
port: 5174,
|
port: 5174,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/auth": "http://10.100.53.199:8080",
|
"/auth": "http://localhost:8080",
|
||||||
"/sys": "http://10.100.53.199:8080",
|
"/sys": "http://localhost:8080",
|
||||||
"/api": "http://10.100.53.199:8080",
|
"/api": "http://localhost:8080",
|
||||||
"/ws": {
|
"/ws": {
|
||||||
target: "ws://10.100.53.199:8080",
|
target: "ws://localhost:8080",
|
||||||
ws: true
|
ws: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue