|
|
@ -36,6 +36,7 @@ class Index extends Base |
|
|
// 首页 |
|
|
// 首页 |
|
|
public function index() |
|
|
public function index() |
|
|
{ |
|
|
{ |
|
|
|
|
|
return redirect('/admin'); |
|
|
// 手机端跳转 |
|
|
// 手机端跳转 |
|
|
$mobileUrl = Cms::goToMobile($this->system['mobile'], $this->appName); |
|
|
$mobileUrl = Cms::goToMobile($this->system['mobile'], $this->appName); |
|
|
if ($mobileUrl !== false) { |
|
|
if ($mobileUrl !== false) { |
|
|
|