no message

This commit is contained in:
kuaifan 2025-04-21 12:22:06 +08:00
parent 8a7e5c0830
commit ff9a1523fd
3 changed files with 5 additions and 3 deletions

2
bin/version.js vendored

File diff suppressed because one or more lines are too long

View File

@ -232,7 +232,6 @@ services:
resources:
limits:
cpus: '2'
memory: 4G
networks:
extnetwork:
ipv4_address: "${APP_IPPR}.15"

View File

@ -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);
}