mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 08:38:18 +00:00
用户数据分表存储
This commit is contained in:
@@ -12,8 +12,10 @@ if(!/login.html/.test(location.href)) {
|
||||
Server.start();
|
||||
}
|
||||
|
||||
// 数据库初始化
|
||||
var db = require('db');
|
||||
db.init();
|
||||
// db.init();
|
||||
db.initGlobal();
|
||||
|
||||
// 所有service, 与数据库打交道
|
||||
var Service = {
|
||||
|
Reference in New Issue
Block a user