mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 18:14:15 +00:00
login, readme
This commit is contained in:
4
node_modules/evt.js
generated
vendored
4
node_modules/evt.js
generated
vendored
@@ -13,7 +13,7 @@ if(!fs.existsSync(dataBasePath)) {
|
||||
fs.mkdirSync(dataBasePath);
|
||||
}
|
||||
*/
|
||||
dataBasePath = '';
|
||||
// dataBasePath = '';
|
||||
|
||||
var Evt = {
|
||||
leanoteUrl: 'http://leanote.com',
|
||||
@@ -44,7 +44,7 @@ var Evt = {
|
||||
setDataBasePath: function(dataBasePath) {
|
||||
var me = this;
|
||||
// console.log('...........')
|
||||
// console.log(dataBasePath);
|
||||
console.error(dataBasePath);
|
||||
me.dataBasePath = dataBasePath;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user