云文件系统初始化
This commit is contained in:
@@ -22,19 +22,19 @@ export default defineConfig({
|
||||
port: 5173,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:8080',
|
||||
target: 'http://localhost:18089',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/ws': {
|
||||
target: 'ws://localhost:8080',
|
||||
target: 'ws://localhost:18089',
|
||||
ws: true
|
||||
},
|
||||
'/uploads': {
|
||||
target: 'http://localhost:8080',
|
||||
target: 'http://localhost:18089',
|
||||
changeOrigin: true
|
||||
},
|
||||
'/files': {
|
||||
target: 'http://localhost:8080',
|
||||
target: 'http://localhost:18089',
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user