diff --git a/README.md b/README.md index 6a63fa0..ca84d1f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/huiyan/js/app.js b/huiyan/js/app.js index ab5fe96..c15df4e 100644 --- a/huiyan/js/app.js +++ b/huiyan/js/app.js @@ -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" );