Explorar o código

删除办件中心角标

songxy hai 1 ano
pai
achega
f60a351972
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",
   },