From 0ad9e7f6be768f4db413d4dac8c64a6caac48a57 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 20 九月 2024 18:18:22 +0800 Subject: [PATCH] 模型平台图标 --- src/utils/dict.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 686e68a..5d9fac8 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -247,5 +247,6 @@ 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