Przeglądaj źródła

首页和备案

pengchanglu 3 lat temu
rodzic
commit
55f8c98722

+ 2 - 2
application/extra/site.php

@@ -1,8 +1,8 @@
 <?php
 
 return array (
-  'name' => '生猪产品溯源平台',
-  'beian' => '',
+  'name' => '生猪屠宰溯源平台',
+  'beian' => '皖ICP备2022001240号',
   'cdnurl' => '',
   'version' => '1.0.3',
   'timezone' => 'Asia/Shanghai',

+ 1 - 0
application/index/controller/Index.php

@@ -13,6 +13,7 @@ class Index extends Frontend
 
     public function index()
     {
+        $this->redirect('source/info');
         return $this->view->fetch();
     }
 }