|
@@ -748,8 +748,7 @@
|
|
|
// 判断是否为新用户
|
|
|
// console.log(this.firstTourFalse, '数据书数据123', 'true' == true)
|
|
|
// if(this.firstTourFalse != 'false') {
|
|
|
- // console.log('数据书数据123数据书数据123', this.firstTourFalse)
|
|
|
- if(this.user.isFirstLogin == 1 && this.user.roleName == '超级管理员' && this.firstTourFalse != 'false') {
|
|
|
+ if(this.user.isFirstLogin == 1 && this.user.roleName == '超级管理员' && this.firstTourFalse != 'false' && this.user.createTime[0] > '2022') {
|
|
|
var thats = this
|
|
|
this.tourFlg = true
|
|
|
setTimeout(() => {
|