mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 02:12:53 +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:
|
||||
limits:
|
||||
cpus: '2'
|
||||
memory: 4G
|
||||
networks:
|
||||
extnetwork:
|
||||
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) {
|
||||
return new Promise(async resolve => {
|
||||
try {
|
||||
await dispatch("call", "users/logout")
|
||||
await dispatch("call", {
|
||||
url: "users/logout",
|
||||
timeout: 6000
|
||||
})
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user