特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
289 B

4 months ago
  1. <template>
  2. <view class="page">
  3. <navbar
  4. title="关于本程序"
  5. leftClick
  6. @leftClick="$utils.navigateBack"
  7. />
  8. </view>
  9. </template>
  10. <script>
  11. export default {
  12. data() {
  13. return {
  14. }
  15. },
  16. methods: {
  17. }
  18. }
  19. </script>
  20. <style scoped lang="scss">
  21. </style>