feat: 会议室查看

This commit is contained in:
fyy
2025-07-09 18:18:48 +08:00
parent 38012ccdb1
commit d8174111c2
26 changed files with 659 additions and 162 deletions

View File

@@ -1,4 +1,5 @@
import { defineConfig } from '@vben/vite-config';
import path from 'path';
// 自行取消注释来启用按需导入功能
// import { AntDesignVueResolver } from 'unplugin-vue-components/resolvers';
@@ -27,7 +28,7 @@ export default defineConfig(async () => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
// mock代理目标地址
target: 'http://192.168.0.106:8080',
target: 'http://192.168.43.169:8080',
// target: 'http://47.109.37.87:3010',
ws: true,
},