refactor(about): 移除未使用的导航代码并简化页面结构

This commit is contained in:
feige996 2025-06-21 15:30:53 +08:00
parent 1efb68cb9b
commit e2c319079a

View File

@ -9,19 +9,12 @@
<template> <template>
<view> <view>
<view <view class="text-center text-3xl mt-8">
class="bg-white overflow-hidden pt-2 px-4" 鸽友们好我是
:style="{ marginTop: safeAreaInsets?.top + 'px' }" <text class="text-red-500">菲鸽</text>
>
<view class="text-center text-3xl mt-8">
鸽友们好我是
<text class="text-red-500">菲鸽</text>
</view>
<!-- <button @click="toSubPage()">去分包</button> -->
<view class="test-css">测试 scss 样式</view>
<RequestComp />
<UploadComp />
</view> </view>
<RequestComp />
<UploadComp />
</view> </view>
</template> </template>
@ -31,11 +24,6 @@ import UploadComp from './components/upload.vue'
// //
const { safeAreaInsets } = uni.getSystemInfoSync() const { safeAreaInsets } = uni.getSystemInfoSync()
const toSubPage = () => {
uni.navigateTo({
url: '/pages-sub/demo/index',
})
}
// vue .ts // vue .ts
// const testOxlint = (name: string) => { // const testOxlint = (name: string) => {