You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
490 B
18 lines
490 B
<template>
|
|
<web-view :src="webUrl"></web-view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "webview",
|
|
data() {
|
|
return {
|
|
webUrl: 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxf2575d58a9052dc9&redirect_uri=https%3A%2F%2Fpassengercar.harmontronics.com%2Fservice-openapi%2Fopenapi%2FgetOpenId&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect'
|
|
};
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |