@@ -36,3 +36,7 @@ http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:
展会vip用户
http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
+
+http://free.liaoningdoupo.com/api/auth/wxchattest?redirect_uri=http://localhost:8002/live/index&type=0&openid=o3ORKtyLBFA09hrQM3F2mYAkexfo
@@ -47,7 +47,9 @@ export default {
imgUrl: require('@/assets/test.jpg'),
};
},
- created() {},
+ created() {
+ console.log(this.user.uid);
+ },
methods: {},
computed: {
...mapState(['user']),