yzx преди 5 месеца
родител
ревизия
c31f800d83
променени са 2 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. 0 2
      app/admin/controller/project/Cost.php
  2. 7 1
      app/wechat/controller/Officialaccount.php

+ 0 - 2
app/admin/controller/project/Cost.php

@@ -1646,8 +1646,6 @@ class Cost extends BaseController
         View::assign('detailId', $id);
         return view();
     }
-
-
 }
 
 

+ 7 - 1
app/wechat/controller/Officialaccount.php

@@ -313,7 +313,7 @@ class Officialaccount{
 
         $buttons = [
             [
-                "name"       => "系统登录",
+                "name"       => "系统功能",
                 "sub_button" => [
                     [
                         "type" => "view",
@@ -321,6 +321,12 @@ class Officialaccount{
                         // "url"  => "https://open.weixin.qq.com//mobile/index/main",
                         "url"  => $this->url."mobile/Login/Login",
                     ],
+                    [
+                        "type" => "view",
+                        "name" => "项目跟踪",
+                        // "url"  => "https://open.weixin.qq.com//mobile/index/main",
+                        "url"  => $this->url."mobile/temporary/kan_list",
+                    ],
                 ],
 
             ],