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.

list.vue 220 B

4 years ago
123456789101112131415
  1. <template>
  2. <view class="page"><web-view :src="url"></web-view></view>
  3. </template>
  4. <script>
  5. export default {
  6. data() {
  7. return {
  8. url: "http://112.45.152.8:8001/u8pay/index.jsp"
  9. };
  10. }
  11. };
  12. </script>
  13. <style></style>