index.vue 208 B

123456789101112131415161718
  1. <template>
  2. <view>授权</view>
  3. </template>
  4. <script>
  5. export default {
  6. data() {
  7. return {}
  8. },
  9. mounted() {
  10. uni.reLaunch({
  11. url: '/pagesRepairs/box/box'
  12. })
  13. }
  14. }
  15. </script>
  16. <style lang="scss"></style>