Browse Source

H5:获取微信配置接口优化

panyong 3 years ago
parent
commit
ac5d58821e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      htmldev/dashboard/src/App.vue

+ 2 - 1
htmldev/dashboard/src/App.vue

@@ -25,6 +25,7 @@
 <script>
 import { Tabbar, TabbarItem } from 'vant'
 import { WxConfig } from './utils/wxConfig'
+import { platform } from './utils/platform'
 
 export default {
   name: 'App',
@@ -46,7 +47,7 @@ export default {
     }
   },
   async created () {
-    WxConfig()
+    platform.isWeixin && WxConfig()
     await this.$store.dispatch('common/fetchBarList')
   },
   mounted () {