index.vue 197 B

1234567891011121314151617
  1. <template>
  2. <view class="container bg-main pos-r">
  3. </view>
  4. </template>
  5. <script>
  6. export default {
  7. onLoad() {
  8. this.Dever.location('main');
  9. },
  10. }
  11. </script>
  12. <style lang="scss">
  13. </style>