Browse Source

更新跳转

linch 4 years ago
parent
commit
c7b0069469

+ 1 - 1
Application/Common/Controller/HomeBaseController.class.php

@@ -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;

+ 1 - 1
Application/Common/Controller/MBaseController.class.php

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

+ 2 - 2
Application/M/View/Index/index.html

@@ -31,7 +31,7 @@
     <!--图片展示-->
     <div class="home_img">
         <div class="img_list">
-            <a href="{:U('m/about/product')}">
+            <a href="{:U('m/about/vr')}">
                 <div class="col">
                     <img src=" https://img.x-motion.cn/home/m/image/home/home_04.jpg " alt=" "/>
                 </div>
@@ -44,7 +44,7 @@
             </a>
         </div>
         <div class="img_list ">
-            <a href="{:U('m/about/store')}">
+            <a href="{:U('m/about/product')}">
                 <div class="col">
                     <img src="https://img.x-motion.cn/home/m/image/home/home_02.jpg " alt=" "/>
                 </div>