黄宗昌 2 gadi atpakaļ
vecāks
revīzija
b6cac16297

+ 1 - 1
app/Admin/Metrics/Examples/TotalMsg.php

xqd
@@ -88,7 +88,7 @@ class TotalMsg extends Card
         $content = parent::renderContent();
 
         return <<<HTML
-<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/user'">
+<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/msg'">
     <h2 class="ml-1 font-lg-1" style="font-size: 48px!important;">{$content}</h2>
 </div>
 

+ 1 - 1
app/Admin/Metrics/Examples/TotalProduct.php

xqd
@@ -89,7 +89,7 @@ class TotalProduct extends Card
         $content = parent::renderContent();
 
         return <<<HTML
-<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/user'">
+<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/product'">
     <h2 class="ml-1 font-lg-1" style="font-size: 48px!important;">{$content}</h2>
 </div>
 

+ 1 - 1
app/Admin/Metrics/Examples/TotalReport.php

xqd
@@ -88,7 +88,7 @@ class TotalReport extends Card
         $content = parent::renderContent();
 
         return <<<HTML
-<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/user'">
+<div class="d-flex justify-content-between align-items-center mt-1" style="margin-bottom: 2px;cursor: pointer" onclick="location.href='/admin/report_log'">
     <h2 class="ml-1 font-lg-1" style="font-size: 48px!important;">{$content}</h2>
 </div>