Browse Source

全民经纪人icon

lisenzhou 2 years ago
parent
commit
9fb49c7bd5
2 changed files with 2 additions and 2 deletions
  1. BIN
      src/assets/index-icon27.png
  2. 2
    2
      src/pages/index/components/Menu/index.jsx

BIN
src/assets/index-icon27.png View File


+ 2
- 2
src/pages/index/components/Menu/index.jsx View File

@@ -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
 ];