downApp.vue 194 B

1234567891011121314
  1. <template>
  2. <web-view src="https://h5vips.cdwjyyh.com/pages/index/appDownload?source=weixin"></web-view>
  3. </template>
  4. <script>
  5. export default {
  6. data() {
  7. }
  8. }
  9. </script>
  10. <style>
  11. </style>