删除用户

This commit is contained in:
life
2015-11-20 00:07:04 +08:00
parent 3fd0da6810
commit d620c30298
5 changed files with 203 additions and 7 deletions

4
node_modules/evt.js generated vendored
View File

@@ -107,6 +107,10 @@ var Evt = {
fs.mkdirSync(dataBasePath);
}
catch(e) {};
},
getDBPath: function () {
return this.getBasePath() + '/nedb55';
}
};
module.exports = Evt;