如何登录微擎后台直接跳转到人人商城后台首页(其他模块也可参考)

**

路径:web/source/user/login.ctrl.php

**

if ($record['username']=='admin') {
     

isetcookie('__uniacid', 1, 7 * 86400);
header('location:'.url('site/entry/web',array('m'=>'ewei_shopv2')));
    // itoast("欢迎回来,{$record['username']}。", $forward, 'success');
}else{
     
isetcookie('__uniacid', 2, 7 * 86400);
                        header('location:'.url('site/entry/web',array('m'=>'ewei_shopv2')));
}

如何登录微擎后台直接跳转到人人商城后台首页(其他模块也可参考)_第1张图片

你可能感兴趣的:(微擎)