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

update

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