소스 검색

全民经纪人icon

lisenzhou 2 년 전
부모
커밋
9fb49c7bd5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      src/assets/index-icon27.png
  2. 2
    2
      src/pages/index/components/Menu/index.jsx

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