index.vue 318 B

1234567891011121314151617181920212223242526272829
  1. <!-- 登录 -->
  2. <template>
  3. <view class=''></view>
  4. </template>
  5. <script>
  6. export default {
  7. components: {},
  8. data() {
  9. return {
  10. };
  11. },
  12. computed: {},
  13. watch: {},
  14. methods: {
  15. },
  16. created() {
  17. },
  18. mounted() {
  19. },
  20. }
  21. </script>
  22. <style lang='scss' scoped>
  23. </style>