mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-13 02:01:56 +08:00
sync attach ok
This commit is contained in:
3
node_modules/evt.js
generated
vendored
3
node_modules/evt.js
generated
vendored
@@ -9,6 +9,9 @@ var Evt = {
|
||||
getImageLocalUrl: function(fileId) {
|
||||
return this.localUrl + '/api/file/getImage?fileId=' + fileId;
|
||||
},
|
||||
getAttachLocalUrl: function(fileId) {
|
||||
return this.localUrl + '/api/file/getAttach?fileId=' + fileId;
|
||||
},
|
||||
// 项目绝对地址
|
||||
getBasePath: function() {
|
||||
return process.cwd();
|
||||
|
||||
Reference in New Issue
Block a user