|
@@ -66,7 +66,7 @@ const user = {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
// 退出系统
|
|
// 退出系统
|
|
LogOut({ commit, state }) {
|
|
LogOut({ commit, state }) {
|
|
return new Promise((resolve, reject) => {
|
|
return new Promise((resolve, reject) => {
|
|
@@ -81,7 +81,6 @@ const user = {
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-
|
|
|
|
// 前端 登出
|
|
// 前端 登出
|
|
FedLogOut({ commit }) {
|
|
FedLogOut({ commit }) {
|
|
return new Promise(resolve => {
|
|
return new Promise(resolve => {
|