|
|
@@ -89,16 +89,16 @@
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- // computed: {
|
|
|
- // getTitleActive() {
|
|
|
- // return this.$store.getters.get_megnum
|
|
|
- // }
|
|
|
- // },
|
|
|
- // watch: {
|
|
|
- // getTitleActive(val){
|
|
|
- // this.megnum = val;
|
|
|
- // }
|
|
|
- // },
|
|
|
+ computed: {
|
|
|
+ getTitleActive() {
|
|
|
+ return this.$store.getters.get_megnum
|
|
|
+ }
|
|
|
+ },
|
|
|
+ watch: {
|
|
|
+ getTitleActive(val){
|
|
|
+ this.megnum = this.megnum = val;
|
|
|
+ }
|
|
|
+ },
|
|
|
mounted() {
|
|
|
this.titleActive = this.$store.getters.get_navState;
|
|
|
this.logo = sessionStorage.getItem('logo');
|