Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
e264668466aa0ecd0d7e04c081a12b8c6144b4bc
1 parent
d3d91e08
取消菜单写死pid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
doraemon/models/header.js
doraemon/models/header.js
View file @
e264668
...
...
@@ -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
...
...
Please
register
or
login
to post a comment