@@ -1,8 +1,8 @@
<?php
return array (
- 'name' => '生猪产品溯源平台',
- 'beian' => '',
+ 'name' => '生猪屠宰溯源平台',
+ 'beian' => '皖ICP备2022001240号',
'cdnurl' => '',
'version' => '1.0.3',
'timezone' => 'Asia/Shanghai',
@@ -13,6 +13,7 @@ class Index extends Frontend
public function index()
{
+ $this->redirect('source/info');
return $this->view->fetch();
}