diff --git a/epmet-oper-web/src/components/wx-index/voice.vue b/epmet-oper-web/src/components/wx-index/voice.vue
index 30a9779..9bfd920 100644
--- a/epmet-oper-web/src/components/wx-index/voice.vue
+++ b/epmet-oper-web/src/components/wx-index/voice.vue
@@ -194,6 +194,11 @@ export default {
},
mounted () {
+ },
+ beforeRouteEnter (to, from, next) {
+ // todo
+ console("路由来源", to)
+ until.data(to)
},
methods: {
diff --git a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
index 58215f2..1282f75 100644
--- a/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
+++ b/epmet-oper-web/src/views/modules/customer/customize/CustomerList.vue
@@ -59,9 +59,7 @@