info.vue 198 B

123456789101112
  1. <template>
  2. <view>消息</view>
  3. <!--       <web-view src="https://manager.usky.cn/mobile/#/">跳转</web-view> -->
  4. </template>
  5. <script setup>
  6. </script>
  7. <style lang="scss" scoped>
  8. </style>