shish 2 years ago
parent
commit
c1dda20446
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
     public function actionProfile()
     {
-        $notice = [['title' => '新上线可查看路上的有多少库存快到了', 'action' => '查看视频', 'page' => '/admin/book/detail?id=onStock']];
+        $notice = [['title' => '新上线可查看路上的有多少库存', 'action' => '查看视频', 'page' => '/admin/book/detail?id=onStock']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);