|
@@ -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",
|
|
|
+ ],
|
|
|
],
|
|
|
|
|
|
],
|