|
@@ -23,5 +23,9 @@ export default {
|
|
return !whiteRoutes.includes(this.$route.name);
|
|
return !whiteRoutes.includes(this.$route.name);
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ mounted() {
|
|
|
|
+ const data = this.$ls.get("schoolInfo", {});
|
|
|
|
+ if (data.tabName) document.title = data.tabName;
|
|
|
|
+ },
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|