bug修复:在未登录情况下系统异常
parent
62c6a063ca
commit
25d047341a
|
@ -98,11 +98,13 @@ export default {
|
||||||
return this.$store.getters.getUserInfo
|
return this.$store.getters.getUserInfo
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
// 获取系统版本号, 其函数主体在 /utils/updateVersion.js 文件内查找
|
if (this.$store.getters.getUserInfo.USER_ID) {
|
||||||
this.fnUpdateVersion(false)
|
// 获取系统版本号, 其函数主体在 /utils/updateVersion.js 文件内查找
|
||||||
this.getUserFaceCompleted()
|
this.fnUpdateVersion(false)
|
||||||
},
|
this.getUserFaceCompleted()
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleGetClassInfoByParams(classId) {
|
handleGetClassInfoByParams(classId) {
|
||||||
return new Promise(async (resolve, reject) => {
|
return new Promise(async (resolve, reject) => {
|
||||||
|
|
Loading…
Reference in New Issue