dever 6 years ago
parent
commit
e4a01d3b9a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/src/Base.php

+ 2 - 2
service/src/Base.php

@@ -84,8 +84,8 @@ class Base
             $cate['cover'] = $info['pic_gd'];
         }
 
-        $cate['list_link'] = 'location=' . $this->url('list_code') . '';
-        $cate['my_link'] = 'location=' . $this->url('my_code') . '';
+        $cate['list_link'] = 'location.href=' . $this->url('list_code') . '';
+        $cate['my_link'] = 'location.href=' . $this->url('my_code') . '';
         return $cate;
     }