Commit cecad675 authored by Z's avatar Z

Z: Fix: 开启首页只能在企业微信运行流程。

parent 5aea844f
...@@ -89,14 +89,14 @@ export default { ...@@ -89,14 +89,14 @@ export default {
}; };
}, },
mounted() { mounted() {
// this.zReadyUserId() this.zReadyUserId()
// this.zTestGetNowUrlInfo(); // this.zTestGetNowUrlInfo();
}, },
created() { created() {
// alert(`--->home: created.`) // alert(`--->home: created.`)
this.zReadyUserId() // this.zReadyUserId()
// this.zReadyUserId(); this.zReadyUserId();
// this.zTestGetNowUrlInfo(); this.zTestGetNowUrlInfo();
}, },
methods: { methods: {
zReadyUserId() { zReadyUserId() {
......
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