shish 2 years ago
parent
commit
f17ccf85e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/ConsoleController.php

+ 1 - 1
app-ghs/controllers/ConsoleController.php

@@ -126,7 +126,7 @@ class ConsoleController extends BaseController
     //今日概况 ssh 20220723
     //今日概况 ssh 20220723
     public function actionProfile()
     public function actionProfile()
     {
     {
-        $notice = [['title' => '新增在路上的库存管理功能', 'action' => '查看', 'page' => '/admin/book/detail?id=onStock']];
+        $notice = [['title' => '新增在路上的库存管理功能', 'action' => '查看视频', 'page' => '/admin/book/detail?id=onStock']];
         //$notice = [];
         //$notice = [];
         $mainId = $this->mainId;
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);
         $respond = StatSaleClass::profile($mainId);