ソースを参照

全民经纪人icon

lisenzhou 2 年 前
コミット
9fb49c7bd5
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. バイナリ
      src/assets/index-icon27.png
  2. 2
    2
      src/pages/index/components/Menu/index.jsx

バイナリ
src/assets/index-icon27.png ファイルの表示


+ 2
- 2
src/pages/index/components/Menu/index.jsx ファイルの表示

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