wip: 临时提交

This commit is contained in:
Ray.Hao
2025-07-23 21:44:48 +08:00
parent 088ff87ea3
commit 8bda7dd0b1
11 changed files with 136 additions and 60 deletions

View File

@@ -6,6 +6,16 @@
</view>
</template>
<route lang="json">
{
"name": "work",
"meta": {
"requireAuth": true,
"title": "需要登录的页面"
}
}
</route>
<script setup lang="ts">
const handleBack = () => {
uni.navigateBack();