From 8de0657846ff9d860207aa26b9fa1a1ecd457afb Mon Sep 17 00:00:00 2001
From: dengzedong <dengzedong@email>
Date: 星期五, 20 九月 2024 09:58:53 +0800
Subject: [PATCH] 路由

---
 src/utils/dict.ts |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 52d54d7..5d9fac8 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -243,6 +243,10 @@
   // ========== DATA - 数据平台模块  ==========
   DATA_FIELD_TYPE = 'data_field_type',
   TAG_DATA_TYPE = 'tag_data_type',
-  IS_ENABLED = 'is_enabled'
+  IS_ENABLED = 'is_enabled',
+  OPCUA_SECURITY_POLICY = 'opcua_security_policy',
+  OPCUA_SECURITY_MODE = 'opcua_security_mode',
+  OPCUA_CONNECTION_TYPE = 'opcua_connection_type',
+  HTTP_METHOD = 'http_method',
 
 }

--
Gitblit v1.9.3