Procházet zdrojové kódy

全民经纪人icon

lisenzhou před 2 roky
rodič
revize
9fb49c7bd5
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. binární
      src/assets/index-icon27.png
  2. 2
    2
      src/pages/index/components/Menu/index.jsx

binární
src/assets/index-icon27.png Zobrazit soubor


+ 2
- 2
src/pages/index/components/Menu/index.jsx Zobrazit soubor

@@ -126,8 +126,8 @@ const brokerList = [
126 126
 const customerList = [
127 127
   {
128 128
     name: "全民经纪人",
129
-    id: 25,
130
-    icon: require("@/assets/index-icon9.png"),
129
+    id: 27,
130
+    icon: require("@/assets/index-icon27.png"),
131 131
     router: "/subpackages/pages/broker/toBeBroker/index"
132 132
   }
133 133
 ];