diff --git a/src/App.vue b/src/App.vue index e32b931..cf3691b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,7 +25,7 @@ export default { computed: { ...mapState(['user']) }, - async mounted () { + async created () { console.log('dd: ', dd) if (!dd.other) { await this.handleGetDingtalkCode() diff --git a/src/components/kpi-layout/NavBar.vue b/src/components/kpi-layout/NavBar.vue index f800a0b..f4e1420 100644 --- a/src/components/kpi-layout/NavBar.vue +++ b/src/components/kpi-layout/NavBar.vue @@ -20,8 +20,8 @@ --> @@ -29,7 +29,7 @@