mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
no message
This commit is contained in:
parent
8a7e5c0830
commit
ff9a1523fd
2
bin/version.js
vendored
2
bin/version.js
vendored
File diff suppressed because one or more lines are too long
@ -232,7 +232,6 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '2'
|
cpus: '2'
|
||||||
memory: 4G
|
|
||||||
networks:
|
networks:
|
||||||
extnetwork:
|
extnetwork:
|
||||||
ipv4_address: "${APP_IPPR}.15"
|
ipv4_address: "${APP_IPPR}.15"
|
||||||
|
|||||||
5
resources/assets/js/store/actions.js
vendored
5
resources/assets/js/store/actions.js
vendored
@ -1012,7 +1012,10 @@ export default {
|
|||||||
logout({state, dispatch}, appendFrom = true) {
|
logout({state, dispatch}, appendFrom = true) {
|
||||||
return new Promise(async resolve => {
|
return new Promise(async resolve => {
|
||||||
try {
|
try {
|
||||||
await dispatch("call", "users/logout")
|
await dispatch("call", {
|
||||||
|
url: "users/logout",
|
||||||
|
timeout: 6000
|
||||||
|
})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user