Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yoho-Documents
/
Share
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangping
2016-07-20 21:16:16 +0800
Commit
990d1319f790f19f46f59d6c6586576f9cc4cce1
1 parent
772f006d
Update bootstrap-plugin.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
技术分享/bootstrap-plugin.md
技术分享/bootstrap-plugin.md
View file @
990d131
...
...
@@ -83,12 +83,6 @@
},
onClickMenu
:
function
(
item
,
parent
)
{
$
(
"#body"
).
load
(
"/crm"
+
item
.
menuUrl
);
},
loadFilter
:
function
(
data
)
{
if
(
!
data
||
data
.
code
!=
200
)
{
return
null
;
}
return
data
.
data
;
}
});
```
...
...
Please
register
or
login
to post a comment