shish 1 an în urmă
părinte
comite
dfde2b4acc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/ConsoleController.php

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

@@ -156,7 +156,7 @@ class ConsoleController extends BaseController
             $currentTime = time();
             $currentTime = time();
             $deadTime = strtotime($deadline);
             $deadTime = strtotime($deadline);
             if ($currentTime > $deadTime) {
             if ($currentTime > $deadTime) {
-                $notice[] = ['title' => '系统已到期,即将停用,请及时续费', 'action' => '查看', 'page' => '/admin/notice/fee'];
+                $notice[] = ['title' => '系统已到期,即将停用,请及时续费', 'action' => '查看', 'page' => '/admin/shop/renew'];
             }
             }
         }
         }