feat: 会议室查看
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user