index.vue 210 B

1234567891011121314
  1. <template>
  2. <view>
  3. <uni-navbar title="企业信息" leftIconSize="0">
  4. </uni-navbar>
  5. <h1>企业信息</h1>
  6. <tabbarNew value="firm"></tabbarNew>
  7. </view>
  8. </template>
  9. <script>
  10. </script>
  11. <style>
  12. </style>