feat:更新白板
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user