bugfix
This commit is contained in:
parent
fde83da96f
commit
a8a5199c25
@ -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')}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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')}}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user