From 4777b326d125af369c7e64cfd2e21c5137704194 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Sat, 1 Jun 2019 13:45:38 +0800
Subject: [PATCH] 首页

---
 public/themes/simpleboot3/portal/index/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/index/index.html b/public/themes/simpleboot3/portal/index/index.html
index d7eb84a..94a58ce 100644
--- a/public/themes/simpleboot3/portal/index/index.html
+++ b/public/themes/simpleboot3/portal/index/index.html
@@ -42,7 +42,7 @@
             <volist name="data_classif" id="vo">
                 <if condition="empty($vo.thumbnail)">
                     <else/>
-                    <a href="{:url('Classify/classify_goods',array('classify_id'=>$vo.id))}">
+                    <a href="{:url('Classify/classify',array('classify_id'=>$vo.id))}">
                         <li>
                             <div class="in_navImg">
                                 <img src="{:cmf_get_image_url($vo.thumbnail)}" alt="">
--
libgit2 0.24.0