This commit is contained in:
hh 2024-04-07 20:15:01 +08:00
parent a7eed8d3bb
commit 349c1969f9
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default {
this.$confirm({
title: '提示',
content: '真的要注销登录吗 ?',
content: '是否要退出 ?',
onOk() {
return that.Logout({}).then(() => {
// update-begin author:scott date:20211223 for:JTC-198退