This commit is contained in:
‘tuzi0421
2024-01-16 19:00:14 +08:00
6 changed files with 178 additions and 16 deletions

View File

@ -1,5 +1,6 @@
<template>
<view class="home">
<template>
<view class="container home">
<view class="home_head">
<view class="iconfont icon-chaojiguanliyuan accounticon"></view>
<view class="name">Ykxiao 超级管理员</view>
@ -58,14 +59,21 @@
</view>
</view>
</view>
</view>
</view>
<tab-bar :current-page="0"></tab-bar>
</view>
</template>
<script>
export default {
<script>
import tabBar from "@/components/customTabBar/index"
export default {
components:{
tabBar
},
data() {
return {
return {
}
},
methods: {

View File

@ -58,12 +58,17 @@
<view class="t-icon t-icon-xitongshezhi-gerenzhongxin personicon"></view>
<view class="font13">系统设置</view>
</view>
</view>
</view>
<tab-bar :current-page="2"></tab-bar>
</view>
</template>
<script>
export default {
<script>
import tabBar from "@/components/customTabBar/index"
export default {
components:{
tabBar
},
data() {
return {
}