用户第一次登陆初始画页面跳转链接错误
This commit is contained in:
parent
8122ebd7f5
commit
6f3553dbab
@ -96,7 +96,7 @@ abstract class BaseController
|
|||||||
else{
|
else{
|
||||||
$reg_pwd = Db::name('Admin')->where(['id' => $this->uid])->value('reg_pwd');
|
$reg_pwd = Db::name('Admin')->where(['id' => $this->uid])->value('reg_pwd');
|
||||||
if($reg_pwd!==''){
|
if($reg_pwd!==''){
|
||||||
redirect('/api/index/edit_password.html')->send();
|
redirect('/home/api/edit_password.html')->send();
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
if (!$this->checkAuth()) {
|
if (!$this->checkAuth()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user