初次对接

This commit is contained in:
2025-03-27 23:36:30 +08:00
parent 55aac6feb2
commit db1fdc5e18
13 changed files with 515 additions and 267 deletions

View File

@@ -29,7 +29,7 @@ const viteConfig = defineConfig((mode: ConfigEnv) => {
hmr: true,
proxy: {
'/api': {
target: 'https://daogoufestival.site.zhongwangyingtong.com',
target: 'http://8.134.66.212:90',
ws: true,
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),