Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91ebb11

Browse files
author
lishipeng
committed
将url改为一致
1 parentc671b7e commit91ebb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎actions/AjaxLoginAction.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class AjaxLoginActionextends BaseLoginAction
1616
{
1717
public$dingapp ="dingtalk";
18-
public$loginUrl ="/site/login";
18+
public$backUrl ="/site/login";
1919
public$returnCallback;
2020
public$loginCallback;
2121

@@ -53,7 +53,7 @@ public function run()
5353
{
5454
Yii::$app->response->format = \yii\web\Response::FORMAT_JSON;
5555
$code = Yii::$app->request->get('code','');
56-
$backUrl =$this->loginUrl;
56+
$backUrl =$this->backUrl;
5757
if (empty($code)) {
5858
returncall_user_func($this->returnCallback,"code获取不成功",$backUrl);
5959
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp