|
@@ -420,7 +420,7 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
console.log(localStorage.getItem("scale"))
|
|
|
- if(this.userInfo.scope === "student") {
|
|
|
+ if(this.userInfo.scope === "student" && this.userInfo.area != '7a51072f-b329-4e74-99e0-ba0407ba8926') {
|
|
|
let scale = Number(localStorage.getItem("scale"))
|
|
|
let isScale = false
|
|
|
if(scale > 0) {
|