代码优化

This commit is contained in:
kron
2025-06-05 17:43:22 +08:00
parent 18fb0ee7d4
commit 219fdc54ad
5 changed files with 18 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ defineProps({
<template>
<view>
<AppBackground :bgType="bgType" />
<AppBackground :type="bgType" />
<Header :title="title" />
<view class="content">
<slot></slot>