黄宗昌 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>