优化
This commit is contained in:
@@ -233,8 +233,7 @@ import tabBar from "../../components/tabBar/tabBar";
|
||||
import request from "../../components/request.js";
|
||||
import formatDate from "../../components/formatDate.js";
|
||||
import TimeFormatting from "../../components/TimeFormatting.js";
|
||||
import { TUILogin } from "@tencentcloud/tui-core";
|
||||
|
||||
import { goEasylogout } from "../../components/goEasyTool/tool.js";
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -456,7 +455,7 @@ export default {
|
||||
//确认退出登录
|
||||
onExpurgateConfirm() {
|
||||
uni.clearStorage();
|
||||
TUILogin.logout();
|
||||
goEasylogout(this.$goeasy);
|
||||
uni.reLaunch({
|
||||
url: "/pages/login/login",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user