rule.vue 241 B

12345678910111213141516171819
  1. <template>
  2. <view>
  3. <image src="/static/img/rule.png" style="width:100%;min-height:100vh" mode="aspectFill"/>
  4. </view>
  5. </template>
  6. <script>
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. </style>