提交 b1dd12cf authored 作者: zyx's avatar zyx

update

上级 dc63a432
...@@ -64,20 +64,20 @@ export default { ...@@ -64,20 +64,20 @@ export default {
methods: { methods: {
/* 退出登录 - 跳转方法 */ /* 退出登录 - 跳转方法 */
goOutLogin () { goOutLogin () {
cAction.Ohter.outLogin().then(str => { // cAction.Ohter.outLogin().then(str => {
if (/^login/gi.test(str)) { // if (/^login/gi.test(str)) {
window.G.UserInfo = {} // window.G.UserInfo = {}
// this.$router.push({ path: '/login/index' }) // // this.$router.push({ path: '/login/index' })
// this.$router.push({ path: '/' }) // // this.$router.push({ path: '/' })
window.location.href = 'https://pbcsf.ezijing.com/login/index' // window.location.href = 'https://pbcsf.ezijing.com/login/index'
} else { // } else {
/* 出错 */ // /* 出错 */
} // }
}).catch(e => { // }).catch(e => {
this.$message.error(e.message) // this.$message.error(e.message)
}) // })
/* 清空一下记录,然后调整到登录页 */ /* 清空一下记录,然后调整到登录页 */
// this.$router.push({ path: '/login/index' }) this.$router.push({ path: '/login/index' })
}, },
getNewLiveMsg: function () { getNewLiveMsg: function () {
// 获取最新直播提醒 // 获取最新直播提醒
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论