提交 8e3bf846 编写于 作者: guangjun.yang's avatar guangjun.yang

退出的问题

上级 3c2b7ac2
......@@ -36,7 +36,7 @@
import {
getLoginUrl,
getInnerLoginUrl,
getYunQueYiUrl
getInnerLoginUrl
} from "../../utils/index.js";
import { logout, base64encode } from "../../utils/utils.js";
......@@ -67,7 +67,7 @@ export default {
methods: {
handleCommand(command) {
if (command === "logout") {
window.location.href = getYunQueYiUrl()
window.location.href = getInnerLoginUrl()
// let req = {
// token: localStorage.getItem("storageToken")
// };
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册