|
|
@@ -59,12 +59,16 @@
|
|
|
</uni-grid>
|
|
|
</view>
|
|
|
<!-- 宫格组件 -->
|
|
|
- <uni-section title="系统管理" type="line"></uni-section>
|
|
|
+ <view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ <uni-section title="我的应用" type="line"></uni-section>
|
|
|
<view class="grid-body">
|
|
|
<uni-grid :column="4" :showBorder="false" @change="changeGrid">
|
|
|
<uni-grid-item>
|
|
|
<view class="grid-item-box">
|
|
|
- <uni-icons type="person-filled" size="30"></uni-icons>
|
|
|
+ <svg-icon id="tongyong" name="tongyong" :width="30" :height="30"></svg-icon>
|
|
|
+ <!-- <uni-icons type="person-filled" size="30"></uni-icons> -->
|
|
|
<text class="text">用户管理</text>
|
|
|
</view>
|
|
|
</uni-grid-item>
|
|
|
@@ -137,7 +141,10 @@
|
|
|
{
|
|
|
image: '/static/images/banner/banner03.jpg'
|
|
|
}
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ appList:[
|
|
|
+
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
computed: {
|