|
@@ -17,7 +17,7 @@ class HomeBaseController extends Controller
|
|
|
$regular_server = new \Common\Server\RegularServer();
|
|
|
$is_mobile = $regular_server->is_mobile_request();
|
|
|
if ($is_mobile == true) {
|
|
|
- $url = U('/m/about/join', array(),true, true);
|
|
|
+ $url = U('/m/index/index', array(),true, true);
|
|
|
// $url = 'http://www.x-motion.cn/m/about/join/';
|
|
|
header('Location: ' . $url);
|
|
|
die;
|