25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
220 B

  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>