Browse Source

删除办件中心角标

songxy 1 năm trước cách đây
mục cha
commit
f60a351972
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client_h5/src/pages/home/index.vue

+ 1 - 1
client_h5/src/pages/home/index.vue

@@ -15,7 +15,7 @@ interface MenuItem {
 const navMenus = reactive<MenuItem[]>([
   {
     title: "办件中心",
-    corner: 1,
+    corner: 0,
     path: "/handleCenter",
     icon: "../assets/images/bjzx_icon.png",
   },