1. 程式人生 > >登錄微擎後臺直接跳轉到人人商城後臺首頁

登錄微擎後臺直接跳轉到人人商城後臺首頁

.net for use nbsp itl blank -h html box

登錄微擎後臺直接跳轉到人人商城後臺首頁

置頂 2018年05月28日 10:01:09 若谷工作室 閱讀數:2471 個人分類: php人人商城 小程序人人商城二開

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

技術分享圖片

登錄微擎後臺直接跳轉到人人商城後臺首頁