From 3b8ecadc78d6a247c1bd736fe37dfb7ff53badd4 Mon Sep 17 00:00:00 2001 From: dap <dap@qq.com> Date: 星期三, 15 五月 2024 11:34:58 +0800 Subject: [PATCH] refactor: 流程定义-流程图片改为bpmn组件预览 --- src/layout/components/AppMain.vue | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 0b31227..9e3dde4 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -23,13 +23,6 @@ const animante = ref<string>(''); const animationEnable = ref(useSettingsStore().animationEnable); watch( - () => tagsViewStore.cachedViews, - (val) => { - console.log(val); - }, - { deep: true } -); -watch( () => useSettingsStore().animationEnable, (val: boolean) => { animationEnable.value = val; -- Gitblit v1.9.3