|
|
@@ -157,18 +157,11 @@ export default {
|
|
|
},
|
|
|
created: function () {
|
|
|
this.getuserinfo()
|
|
|
+ // this.$router.push('xycb')
|
|
|
},
|
|
|
computed: {
|
|
|
},
|
|
|
watch: {
|
|
|
- '$route.path': function (newVal) {
|
|
|
- if (
|
|
|
- newVal == '/index/home' ||
|
|
|
- newVal == '/index/home02' ||
|
|
|
- newVal == '/index/mapView'
|
|
|
- ) {
|
|
|
- }
|
|
|
- }
|
|
|
},
|
|
|
mounted() {
|
|
|
},
|