Commit 834c82113b6c3f0a80f131c23a0c0d403f8df40c

Authored by fengwotao
1 parent a61f579a

feat: 消息模板,模板用途修改helpMessage提示

@@ -229,11 +229,11 @@ export const formSchema: FormSchema[] = [ @@ -229,11 +229,11 @@ export const formSchema: FormSchema[] = [
229 `登录模板平台提供如下参数: 229 `登录模板平台提供如下参数:
230 { 230 {
231 "code":"验证码" 231 "code":"验证码"
232 - }`, 232 + }`,
233 `忘记密码模板平台提供如下参数: 233 `忘记密码模板平台提供如下参数:
234 { 234 {
235 "code":"验证码" 235 "code":"验证码"
236 - }`, 236 + }`,
237 `告警通知模板平台提供如下参数: 237 `告警通知模板平台提供如下参数:
238 { 238 {
239 "organization":"设备所属组织", 239 "organization":"设备所属组织",
@@ -242,11 +242,11 @@ export const formSchema: FormSchema[] = [ @@ -242,11 +242,11 @@ export const formSchema: FormSchema[] = [
242 "type":"告警类型", 242 "type":"告警类型",
243 "triggerValue":"触发值", 243 "triggerValue":"触发值",
244 "createTime":"告警时间" 244 "createTime":"告警时间"
245 - }`, 245 + }`,
246 `清除密码模板平台提供如下参数: 246 `清除密码模板平台提供如下参数:
247 { 247 {
248 "code":"验证码" 248 "code":"验证码"
249 - }`, 249 + }`,
250 ], 250 ],
251 }); 251 });
252 return { 252 return {