Authored by yyq

取消菜单写死pid

... ... @@ -178,8 +178,7 @@ const setHeaderData = (resData, type) => (
*/
const requestNavBar = (type) => {
return serviceApi.get('operations/api/v6/category/getCategory', {
client_type: 'web',
parent_id: 1155 // 接口写死blk菜单pid为1155
client_type: 'web'
}, {
cache: true,
code: 200
... ...