refactor(window): 优化悬浮列表窗口的创建和关闭逻辑
- 简化 close_float_list_window 命令的返回值处理 - 清理 create_float_list_window_impl 中的多余空行 - 修复悬浮列表组件中全员静音状态的变量引用 - 移除样式文件中的多余空行 - 更新教师端会议页面中组件卸载生命周期为 onBeforeUnmount - 在会议结束时确保关闭悬浮列表窗口 - 简化 Vite 配置中 VueDevTools 的配置选项
This commit is contained in:
@ -37,9 +37,7 @@ export default defineConfig(async ({ command }: ConfigEnv): Promise<UserConfig>
|
||||
base: './', // 基础路径
|
||||
|
||||
plugins: [
|
||||
VueDevTools({
|
||||
appendTo: 'index.html',
|
||||
}),
|
||||
VueDevTools({}),
|
||||
|
||||
Vue({}),
|
||||
// 自动导入API
|
||||
|
||||
Reference in New Issue
Block a user