diff --git a/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue b/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue
new file mode 100644
index 00000000..eb6a17f1
--- /dev/null
+++ b/oms_web/oms_vue/src/views/system/user/profile/botConfig.vue
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+ {{ botInfo.botId }}
+ 未生成
+
+
+
+ {{ botInfo.status === '0' ? '启用' : '停用' }}
+
+ 未生成
+
+
+ {{ botInfo.lastAccessTime || '-' }}
+
+
+ {{ botInfo.lastAccessIp || '-' }}
+
+
+ {{ botInfo.expireTime || '不过期' }}
+
+
+
+
+
+
+
+
+ 复制 Secret
+
+
+
+
+
+ {{ botInfo.hasBot ? '重置 Secret' : '生成 Bot 凭证' }}
+
+ 刷新
+
+
+
+
+
+
+
+