| 12345678910111213141516171819202122232425262728 |
- <template>
- <view>
- <web-view
- src="https://test-m-stg.ppppoints.com/event/2019/blankPage/index.html?interCode=CYS0001&character=00&ipAddress=121.76.139.240&partnerId=S9990141&requestId=1454264898547634177615945_KB_001&reqTime=20211115181904&signType=MD5&type=mobile&version=1.0.0&mobile=19124812883&outTokenId=19124812883_out&outType=00&callbackUrl=https%3A%2F%2Fldt.guosen-fumao.cn%2Fwapp%2Fauth.html&channelSource=02000000&reserved1=&reserved2=&hmac=884f85a9d8fcba3addce478b0e7e9ee7">
- </web-view>
- <!-- <web-view :src="url"></web-view> -->
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- url: ''
- }
- },
- onLoad(options) {
- this.url = options.url
- },
- methods: {
- }
- }
- </script>
- <style>
- </style>
|