|
|
@ -498,7 +498,8 @@ export default { |
|
|
|
|
|
|
|
} else { |
|
|
|
const { user } = this.$store.state |
|
|
|
if (user.areaCodePath.length === 5) { |
|
|
|
|
|
|
|
if (user.areaCodePath.length > 3) { |
|
|
|
this.nowAllCode = [user.areaCodePath[0], user.areaCodePath[1], user.areaCodePath[2]] |
|
|
|
} else { |
|
|
|
this.nowAllCode = user.areaCodePath |
|
|
|