黄宗昌 преди 2 години
родител
ревизия
b6cac16297
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      app/Admin/Metrics/Examples/TotalMsg.php
  2. 1 1
      app/Admin/Metrics/Examples/TotalProduct.php
  3. 1 1
      app/Admin/Metrics/Examples/TotalReport.php

+ 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>