Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ These demos contain 8 projects, most of them are corp websites, which now are be

**More information**

I'm sorry, the doc's on the run, but will be updated as soon as possible.
I'm sorry, the docs on the run, but will be updated as soon as possible.
8 changes: 7 additions & 1 deletion huiyan/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ $(function(){
"pagedim-black"
],
navbar:{
title: "慧眼人才"
_title: "慧眼人才",
get title() {
return this._title;
},
set title(value) {
this._title = value;
},
}
});
var API = $(".m-menu").data( "mmenu" );
Expand Down