mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
save/recover state
This commit is contained in:
7
node_modules/evt.js
generated
vendored
7
node_modules/evt.js
generated
vendored
@@ -26,6 +26,9 @@ var Evt = {
|
||||
getAttachLocalUrl: function(fileId) {
|
||||
return this.localUrl + '/api/file/getAttach?fileId=' + fileId;
|
||||
},
|
||||
getAllAttachLocalUrl: function(noteId) {
|
||||
return this.localUrl + '/api/file/getAllAttachs?noteId=' + noteId;
|
||||
},
|
||||
// 项目绝对地址
|
||||
getBasePath: function() {
|
||||
var me = this;
|
||||
@@ -39,8 +42,8 @@ var Evt = {
|
||||
},
|
||||
setDataBasePath: function(dataBasePath) {
|
||||
var me = this;
|
||||
console.log('...........')
|
||||
console.log(dataBasePath);
|
||||
// console.log('...........')
|
||||
// console.log(dataBasePath);
|
||||
me.dataBasePath = dataBasePath;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user