From dd73e2fe4dd38a2bc24465aea6c699365d77d359 Mon Sep 17 00:00:00 2001 From: shy Date: Sun, 28 Jan 2024 14:33:02 +0800 Subject: [PATCH] add some --- lib/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/user.js b/lib/user.js index 8a2de535..12fe49e7 100644 --- a/lib/user.js +++ b/lib/user.js @@ -277,7 +277,7 @@ Volcanos("user", { can.page.Appends(can, ui.display, [{text: ["或命令行授权: ", html.LABEL]}, {text: ["$ "+_cmd, "", html.ITEM], title: "点击复制,并后台执行此命令,即可登录", style: {cursor: "copy"}, onclick: function() { can.user.copy(event, can, _cmd) }}]) can.page.Append(can, ui.display, [{text: ["或第三方授权: ", html.LABEL]}, {view: [["sso", html.FLEX]], list: _msg.Table(function(value) { return value.type == "oauth" && {view: [[html.ITEM, html.FLEX]], title: "点击跳转,授权登录", list: [{img: can.misc.Resource(can, value.icons)}, {text: value.name}], onclick: function() { - can.base.MergeURL(can.user.jumps(value.link), ice.BACK, location.href) + can.user.jumps(can.base.MergeURL(value.link, ice.BACK, location.href)) }} }) }]) can.page.style(can, ui._target, {left: (can.page.width()-ui._target.offsetWidth)/2,