车间能级提升-智能设备管理系统
zhuguifei
2025-04-23 1dc84e14accf77681279e63fbba188770bfc8b40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<route lang="json5" type="page">
{
  layout: 'tabbar',
  needLogin: true,
  style: {
    navigationBarTitleText: '我的',
  },
}
</route>
 
<template>
  <view class="pt-40 text-xl text-center text-green-500">我的页面</view>
</template>
 
<script lang="ts" setup>
//
</script>
 
<style lang="scss" scoped>
//
</style>