Commit bc2aa7b0 authored by Z's avatar Z

Z: Dot: Wx: add alert.

parent ea68e3f9
...@@ -73,6 +73,8 @@ ...@@ -73,6 +73,8 @@
} }
}, },
mounted() { mounted() {
alert(`--->home.vue: JSON.stringify(this.$route)= ${JSON.stringify(this.$route)}`)
alert(`--->home.vue: this.$route.path= ${this.$route.path}`)
this.zReadyUserId(); this.zReadyUserId();
this.zTestGetNowUrlInfo() this.zTestGetNowUrlInfo()
}, },
......
...@@ -88,6 +88,8 @@ export default { ...@@ -88,6 +88,8 @@ export default {
}; };
}, },
created() { created() {
alert(`--->sideNav/discount/index.vue: JSON.stringify(this.$route)= ${JSON.stringify(this.$route)}`)
alert(`--->sideNav/discount/index.vue: this.$route.path= ${this.$route.path}`)
this.getAgentAuth(); this.getAgentAuth();
this.zcache.userId = this.$route.params.userId; this.zcache.userId = this.$route.params.userId;
this.zReadyGetUserFromId() this.zReadyGetUserFromId()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment