From 436b52186129e60ba72c20e43d2845bc3f899901 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 22 八月 2024 11:16:56 +0800 Subject: [PATCH] 取消暂停svg更新 --- src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts index 7c6f308..b669e72 100644 --- a/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts +++ b/src/views/tigerprojects/system/lowcode/entityts/BAS_LABEL_VAR.ts @@ -4,7 +4,7 @@ * @version: * @Date: 2024-06-19 20:34:27 * @LastEditors: Ben Lin - * @LastEditTime: 2024-08-06 22:41:33 + * @LastEditTime: 2024-08-20 14:59:13 */ import { Tag, Tooltip } from 'ant-design-vue'; @@ -26,8 +26,6 @@ BasLabelTempInput, } from '/@/api/tigerapi/model/mesModel'; import { useUserStore } from '/@/store/modules/user'; -import { uploadApi } from '/@/api/sys/upload'; -import { useWebSocketStore } from '/@/store/modules/websocket'; const { getLocale } = useLocale(); -- Gitblit v1.9.3