mirror of
https://github.com/kuaifan/dootask.git
synced 2026-08-01 19:05:55 +00:00
Merge branch 'master' of github.com:kuaifan/dootask-pro
This commit is contained in:
commit
caa0fc0a8a
@ -102,7 +102,7 @@ services:
|
|||||||
|
|
||||||
fileview:
|
fileview:
|
||||||
container_name: "dootask-fileview-${APP_ID}"
|
container_name: "dootask-fileview-${APP_ID}"
|
||||||
image: "kuaifan/fileview:4.1.0-SNAPSHOT-RC11"
|
image: "kuaifan/fileview:4.1.0-SNAPSHOT-RC13"
|
||||||
environment:
|
environment:
|
||||||
TZ: "Asia/Shanghai"
|
TZ: "Asia/Shanghai"
|
||||||
KK_CONTEXT_PATH: "/fileview"
|
KK_CONTEXT_PATH: "/fileview"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.16.88",
|
"version": "0.16.99",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
c41197fd6554d6d9
|
47e394382b435763
|
||||||
|
|||||||
@ -21,6 +21,11 @@
|
|||||||
requireModuleJs("eeui").toast(object);
|
requireModuleJs("eeui").toast(object);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
eeuiAppRewriteUrl(val) {
|
||||||
|
if (!$A.isEEUiApp) return;
|
||||||
|
return requireModuleJs("eeui").rewriteUrl(val);
|
||||||
|
},
|
||||||
|
|
||||||
eeuiAppOpenPage(object, callback) {
|
eeuiAppOpenPage(object, callback) {
|
||||||
if (!$A.isEEUiApp) return;
|
if (!$A.isEEUiApp) return;
|
||||||
if (typeof callback !== "function") callback = _ => {};
|
if (typeof callback !== "function") callback = _ => {};
|
||||||
|
|||||||
@ -431,7 +431,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
url: $A.apiUrl(`../token?token=${this.userToken}&from=${encodeURIComponent($A.apiUrl(`..${uri}`))}`)
|
url: $A.eeuiAppRewriteUrl(`../public/index.html#${uri}`)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -205,7 +205,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
url: $A.apiUrl(`../token?token=${this.userToken}&from=${encodeURIComponent($A.apiUrl(`..${uri}`))}`)
|
url: $A.eeuiAppRewriteUrl(`../public/index.html#${uri}`)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -1308,7 +1308,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
url: $A.apiUrl(`../token?token=${this.userToken}&from=${encodeURIComponent($A.apiUrl(`..${uri}`))}`)
|
url: $A.eeuiAppRewriteUrl(`../public/index.html#${uri}`)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -1030,7 +1030,7 @@ export default {
|
|||||||
url: 'web.js',
|
url: 'web.js',
|
||||||
params: {
|
params: {
|
||||||
titleFixed: true,
|
titleFixed: true,
|
||||||
url: $A.apiUrl(`../token?token=${this.userToken}&from=${encodeURIComponent($A.apiUrl(`..${uri}`))}`)
|
url: $A.eeuiAppRewriteUrl(`../public/index.html#${uri}`)
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 9b8e410f6e25213ee871479374432c69648613d8
|
Subproject commit 7af75419e19bc0f96923896326ffa05f9deff282
|
||||||
Loading…
x
Reference in New Issue
Block a user