mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
login.html不能通过window.open, 不然会有问题
This commit is contained in:
3
node_modules/evt.js
generated
vendored
3
node_modules/evt.js
generated
vendored
@@ -16,7 +16,8 @@ if(!fs.existsSync(dataBasePath)) {
|
||||
dataBasePath = '';
|
||||
|
||||
var Evt = {
|
||||
leanoteUrl: 'http://localhost:9000',
|
||||
leanoteUrl: 'http://leanote.com',
|
||||
// leanoteUrl: 'http://127.0.0.1:9000',
|
||||
port: 8008,
|
||||
localUrl: 'http://127.0.0.1:8008',
|
||||
dataBasePath: '',
|
||||
|
Reference in New Issue
Block a user