rabin 3 年之前
父节点
当前提交
fdaedf0545
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      learn/active/src/Auth.php

+ 1 - 1
learn/active/src/Auth.php

@@ -7,7 +7,7 @@ Class Auth
 	# 获取链接
 	public function link()
 	{
-		$link = 'https://learn.churenyiliao.com/active/#/';
+		$link = 'https://learn.churenyiliao.com/active/#/pages/activities/codes/codes?auto=1';
 
 		return Dever::location($link);
 	}