修复bug

This commit is contained in:
2026-01-30 19:00:31 +08:00
parent fcc976680d
commit 3de5e9ebe9
91 changed files with 4966 additions and 847 deletions

View File

@@ -1,5 +1,6 @@
<template>
<view class="page">
<AdminLayout currentPage="sys-perm-setting">
<view class="page">
<!-- TopBar (navigationStyle: custom 时需要自己做顶部栏) -->
<view class="topbar">
<view class="status-bar" />
@@ -38,9 +39,12 @@
</view>
</scroll-view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
const goBack = () => {
uni.navigateBack({ delta: 1 })
}