修改侧边栏数据接口地址
Code Review By Rock Zhang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -18,7 +18,7 @@ class SideData | @@ -18,7 +18,7 @@ class SideData | ||
18 | { | 18 | { |
19 | 19 | ||
20 | const URI_LEFTNAV_ENTRANCE = 'operations/api/v5/entrance/getEntrance'; | 20 | const URI_LEFTNAV_ENTRANCE = 'operations/api/v5/entrance/getEntrance'; |
21 | - const URI_LEFTNAV_CATEGORY = 'operations/api/v6/category/getCategory'; | 21 | + const URI_LEFTNAV_CATEGORY = 'operations/api/v5/category/getCategory'; |
22 | 22 | ||
23 | /** | 23 | /** |
24 | * 左侧边栏的分类和图标数据 | 24 | * 左侧边栏的分类和图标数据 |
-
Please register or login to post a comment