Blame view

pages/webview/webview.vue 363 Bytes
01be6617   刘淇   测试库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <template>
      <web-view src="https://wxgzh.renniting.cn/wechatwuxi/ChiFeng/FBCC/sceshi.html#/plateNumber"></web-view>
  </template>
  
  <script>
  export default {
    data() {
      return {
        url: ''
      }
    },
    // onLoad(item) {
    //   // 传入需要跳转的链接 使用web-view标签进行跳转
    //   this.url = decodeURIComponent(item.url)
    // }
  }
  </script>