diff --git a/pictures/微信图片_20260318170012_3_20.png b/pictures/微信图片_20260318170012_3_20.png new file mode 100644 index 0000000..b146b26 Binary files /dev/null and b/pictures/微信图片_20260318170012_3_20.png differ diff --git a/pictures/微信图片_20260318170013_4_20.png b/pictures/微信图片_20260318170013_4_20.png new file mode 100644 index 0000000..522f5ea Binary files /dev/null and b/pictures/微信图片_20260318170013_4_20.png differ diff --git a/pictures/微信图片_20260318170016_5_20.png b/pictures/微信图片_20260318170016_5_20.png new file mode 100644 index 0000000..1708ca3 Binary files /dev/null and b/pictures/微信图片_20260318170016_5_20.png differ diff --git a/pictures/微信图片_20260318170019_6_20.png b/pictures/微信图片_20260318170019_6_20.png new file mode 100644 index 0000000..509a740 Binary files /dev/null and b/pictures/微信图片_20260318170019_6_20.png differ diff --git a/pictures/微信图片_20260318170025_7_20.png b/pictures/微信图片_20260318170025_7_20.png new file mode 100644 index 0000000..e47d5a9 Binary files /dev/null and b/pictures/微信图片_20260318170025_7_20.png differ diff --git a/src/views/ChengduGamePage.vue b/src/views/ChengduGamePage.vue index 27b704c..268ed75 100644 --- a/src/views/ChengduGamePage.vue +++ b/src/views/ChengduGamePage.vue @@ -1,6 +1,8 @@ + + diff --git a/vite.config.ts b/vite.config.ts index 30c0c8e..9169e94 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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, } } } -}) \ No newline at end of file +})