feat:更新白板

This commit is contained in:
leilei
2025-11-11 18:01:59 +08:00
parent 6fbe53009c
commit ca93e91326
7 changed files with 430 additions and 145 deletions

View File

@@ -17,14 +17,14 @@ export default defineConfig(({ mode, command }) => {
hmr: { overlay: false },
proxy: {
'/dev-api': {
target: 'https://xsynergy.gxtech.ltd', // 从环境变量读取
target: 'https://xsynergy.gxtech.ltd',
changeOrigin: true,
ws: true,
rewrite: (path) =>
path.replace(new RegExp(`^/dev-api`), '')
},
'/livekit-api': {
target: 'https://meeting.cnsdt.com/api/v1', // 从环境变量读取
target: 'https://meeting.cnsdt.com/api/v1',
changeOrigin: true,
ws: true,
rewrite: (path) =>