shish 2 years ago
parent
commit
090129b543
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);