Authored by Rock Zhang

修改侧边栏数据接口地址

Code Review By Rock Zhang
@@ -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 * 左侧边栏的分类和图标数据