diff --git a/public/themes/simpleboot3/portal/shopcart/shop_cart.html b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
index e4561e8..2f7123d 100644
--- a/public/themes/simpleboot3/portal/shopcart/shop_cart.html
+++ b/public/themes/simpleboot3/portal/shopcart/shop_cart.html
@@ -105,25 +105,23 @@
 <!-- 底部一级导航 -->
 <div class="in_bottom">
     <ul>
-        <a href="index.html">
+        <a href="{:url('Index/index')}">
             <li>
                 <img src="__TMPL__/public/assets/images/22.png" alt="" />
                 <p>首页</p>
             </li>
         </a>
-        <a href="nav_class.html">
+        <a href="{:url('Classify/classify')}">
             <li>
                 <img src="__TMPL__/public/assets/images/16.png" alt="" />
                 <p>分类</p>
             </li>
         </a>
-        <a href="w_shopping_cart.html">
             <li>
                 <img src="__TMPL__/public/assets/images/20.png" alt="" />
                 <p style="color:#FF7700;">购物车</p>
             </li>
-        </a>
-        <a href="log_one.html">
+        <a href="{:url('Personalcenter/Personal_center')}">
             <li>
                 <img src="__TMPL__/public/assets/images/18.png" alt="" />
                 <p>我的</p>