This commit is contained in:
yumoqing 2026-04-23 12:51:51 +08:00
parent fde83da96f
commit a8a5199c25
2 changed files with 4 additions and 12 deletions

View File

@ -33,6 +33,8 @@
"actiontype":"urlwidget", "actiontype":"urlwidget",
"target":"self", "target":"self",
"options":{ "options":{
"params": {},
"method": "POST",
"url":"{{entire_url('add_provider.dspy')}}" "url":"{{entire_url('add_provider.dspy')}}"
} }
} }

View File

@ -2,7 +2,7 @@
"id":"login_window", "id":"login_window",
"widgettype":"PopupWindow", "widgettype":"PopupWindow",
"options":{ "options":{
"title": "登录", "title": "登录/注册",
"auto_open":true, "auto_open":true,
"anthor":"cc", "anthor":"cc",
"cwidth":22, "cwidth":22,
@ -90,7 +90,7 @@
"datamethod":"getValue", "datamethod":"getValue",
"target":"self", "target":"self",
"options":{ "options":{
"url":"{{entire_url('gen_code.dspy')}}" "url":"{{entire_url('../gen_sms_code.dspy')}}"
} }
}, },
{ {
@ -104,16 +104,6 @@
} }
] ]
} }
},
{
"name":"wechat",
"label":"微信",
"content":{
"widgettype":"urlwidget",
"options":{
"url":"{{entire_url('wechat_login.ui')}}"
}
}
} }
] ]
} }