微擎系统如何登录直接进入人人商城分销中心,再次输入域名直接进入
这里要修改两个地方,第一个是登录的地方
在根目录下web\source\user\login.ctrl.php 209行填就如下代码
1 |
$forward=url('site/entry/web',array('m'=>'ewei_shopv2','r'=>'commission.agent')); //人人商城分销中心 |
第二个要修改的地方是web\common\common.fun.php 313行代码修改如下
01 |
if ($module['name']=='ewei_shopv2') { // 人人商城进入分销中心 |
02 |
$frames[FRAME]['section']['platform_module']['menu']['platform_' . $module['name']] = array( |
03 |
'title' => $module['title'], |
04 |
'icon' => $module['logo'], |
05 |
'url' => $_W['siteroot'].'web/index.php?c=site&a=entry&m=ewei_shopv2&do=web&r=commission.agent', |
06 |
'is_display' => 1, |
07 |
); |
08 |
}else{ |
09 |
$frames[FRAME]['section']['platform_module']['menu']['platform_' . $module['name']] = array( |
10 |
'title' => $module['title'], |
11 |
'icon' => $module['logo'], |
12 |
'url' => url('home/welcome/account_ext', array('m' => $module['name'])), |
13 |
'is_display' => 1, |
14 |
); |
15 |
} |
这样就可以了
原文链接:
微擎系统如何登录直接进入人人商城分销中心,再次输入域名直接进入 版权所有,转载时请注明出处,违者必究。
注明出处格式:流年不会忘却 ( https://www.liunianer.com/post-42.html )
注明出处格式:流年不会忘却 ( https://www.liunianer.com/post-42.html )

