冲突
This commit is contained in:
@ -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: {
|
||||
|
Reference in New Issue
Block a user