| 123456789101112131415 |
- <template>
- <div></div>
- </template>
- <script>
- export default {
- // name: 'wechattoggle',
- // layout: 'mobileNoHeader',
- mounted() {
- this.$nextTick(() => {
- window.open('https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd29bbca61728b189&redirect_uri=http://wwpszp.natappfree.cc&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect')
- })
- }
- }
- </script>
|