wuhb před 3 měsíci
rodič
revize
222ae82f38

+ 2 - 2
components/uni-navbar-lite/uni-navbar-lite.uvue

@@ -7,7 +7,7 @@
             <view class="uni-navbar-content" :class="{'is-left':isLeft}">
                 <slot>{{title}}</slot>
             </view>
-            <view class="right-content">
+            <!-- <view class="right-content">
                 <slot name="right">
 					<view class="custom-right">
 					  <image 
@@ -17,7 +17,7 @@
 					  />
 					</view>
 				</slot>
-            </view>
+            </view> -->
         </view>
     </view>
 </template>

+ 3 - 24
pages/index/index.uvue

@@ -79,45 +79,24 @@
     const quickFunctions = ref<QuickFunction[]>([
         {
             id: 1,
-            title: '在线会议',
+            title: '我的签收',
             bgImage: '/static/images/workbench/2.png',
             icon: '',
             path: ''
         },
         {
             id: 2,
-            title: '视频广场',
+            title: '我的消息',
             bgImage: '/static/images/workbench/3.png',
             icon: '',
             path: ''
         },
         {
             id: 3,
-            title: '四乱信息',
+            title: '申请物料',
             bgImage: '/static/images/workbench/4.png',
             icon: '',
             path: ''
-        },
-        {
-            id: 4,
-            title: '六项机制',
-            bgImage: '/static/images/workbench/5.png',
-            icon: '',
-            path: ''
-        },
-        {
-            id: 5,
-            title: '水库矩阵',
-            bgImage: '/static/images/workbench/6.png',
-            icon: '',
-            path: ''
-        },
-        {
-            id: 6,
-            title: 'AI助手',
-            bgImage: '/static/images/workbench/7.png',
-            icon: '',
-            path: ''
         }
     ])