From effbd81dd598750429c05e88f5fb6789bec1bc0f Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期三, 16 十月 2024 09:57:01 +0800 Subject: [PATCH] 1、项目名增加plat 2、增加数据和模型的swagger接口api 3、增加应用列表及应用切换功能,暂时放home页 4、其它相关修改 --- src/utils/dict.ts | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 7189286..eef6249 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -243,6 +243,7 @@ // ========== DATA - 数据平台模块 ========== DATA_FIELD_TYPE = 'data_field_type', TAG_DATA_TYPE = 'tag_data_type', + POINT_DATA_TYPE = 'point_data_type', IS_ENABLED = 'is_enabled', OPCUA_SECURITY_POLICY = 'opcua_security_policy', OPCUA_SECURITY_MODE = 'opcua_security_mode', @@ -252,5 +253,7 @@ DATA_STAT_FUNC = 'data_stat_func', IND_TIME_LIMIT = 'ind_time_limit', IND_ITEM_TYPE = 'ind_item_type', - COM_IS_INT = 'com_is_int' + COM_IS_INT = 'com_is_int', + DATA_POINT_TYPE = 'data_point_type', + MINFREQID = 'minfreqid', } -- Gitblit v1.9.3