1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| <template>
| <view>
| <web-view style="width: 100vw;height: 100vh;" src="https://atwl.ahzyssl.com/dps/web/wxAuth/loginV2?oaId=atwl&redirectId=index"></web-view>
| <!-- <web-view src="https://www.baidu.com/"></web-view> -->
| </view>
| </template>
|
| <script>
| export default {
| data() {
| return {
|
| };
| }
| }
| </script>
|
| <style lang="scss">
|
| </style>
|
|