Compare commits
4 Commits
a5c833c769
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ee797ebb14 | |||
| 1308ca5a2c | |||
| fba407c1bf | |||
| 0fa14ca407 |
BIN
pictures/微信图片_20260318170012_3_20.png
Normal file
BIN
pictures/微信图片_20260318170012_3_20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
BIN
pictures/微信图片_20260318170013_4_20.png
Normal file
BIN
pictures/微信图片_20260318170013_4_20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
BIN
pictures/微信图片_20260318170016_5_20.png
Normal file
BIN
pictures/微信图片_20260318170016_5_20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 MiB |
BIN
pictures/微信图片_20260318170019_6_20.png
Normal file
BIN
pictures/微信图片_20260318170019_6_20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
BIN
pictures/微信图片_20260318170025_7_20.png
Normal file
BIN
pictures/微信图片_20260318170025_7_20.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
File diff suppressed because it is too large
Load Diff
@@ -4,15 +4,17 @@ import vue from '@vitejs/plugin-vue'
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/api/v1': {
|
||||
target: 'http://127.0.0.1:8080',
|
||||
target: 'http://127.0.0.1:19000',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/api/v1/ws': {
|
||||
target: 'ws://127.0.0.1:8080',
|
||||
target: 'ws://127.0.0.1:19000',
|
||||
ws: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user