shish 2 anni fa
parent
commit
31525080bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -129,7 +129,7 @@ class ConsoleController extends BaseController
         $get = Yii::$app->request->get();
         $version = $get['version'] ?? 1;
 
-        $notice = [['title' => '明天01:50 ~ 02:00系统升级,暂停使用', 'action' => '注意', 'page' => '']];
+        $notice = [['title' => '明天01:50 ~ 02:00系统升级,暂停使用', 'action' => '-', 'page' => '']];
         //$notice = [];
         $mainId = $this->mainId;
         $respond = StatSaleClass::profile($mainId);