登录微擎后台直接跳转到人人商城后台首页

Posted westsoft

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了登录微擎后台直接跳转到人人商城后台首页相关的知识,希望对你有一定的参考价值。

登录微擎后台直接跳转到人人商城后台首页

 

 

路径: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‘)));
}

技术分享图片

 








以上是关于登录微擎后台直接跳转到人人商城后台首页的主要内容,如果未能解决你的问题,请参考以下文章

微擎模块人人商城替换版本方法

微擎人人商城二次开发01

Nodejs后台管理员登录实例

请问YII如何实现后台已登录用户访问login页面直接转至后首

织梦DedeCMS会员登录或退出后如何直接跳转到首页

后台跳转页的实现