notebook, note同步

note待同步内容, 图片
This commit is contained in:
life
2015-01-22 00:41:49 +08:00
parent 1674b9f91d
commit 1d015642a6
8 changed files with 339 additions and 73 deletions

3
node_modules/user.js generated vendored
View File

@@ -74,6 +74,9 @@ var User = {
getCurActiveUserId: function() {
return this.userId || "user1";
},
getToken: function() {
return this.token || "user1";
},
getCurUserImagesPath: function() {
return Evt.getBasePath() + '/' + this.getCurUserImagesAppPath();
},