guhongwei 3 лет назад
Родитель
Сommit
226d33ced7

+ 7 - 7
src/assets/icon/iconfont.css

@@ -1,8 +1,8 @@
 @font-face {
-  font-family: "iconfont"; /* Project id 2596994 */
-  src: url('iconfont.woff2?t=1623051037621') format('woff2'),
-       url('iconfont.woff?t=1623051037621') format('woff'),
-       url('iconfont.ttf?t=1623051037621') format('truetype');
+  font-family: "iconfont"; /* Project id 2911975 */
+  src: url('iconfont.woff2?t=1635921999379') format('woff2'),
+       url('iconfont.woff?t=1635921999379') format('woff'),
+       url('iconfont.ttf?t=1635921999379') format('truetype');
 }
 
 .iconfont {
@@ -13,11 +13,11 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
-.icon-ceshi:before {
-  content: "\e61f";
+.icon-yonghu:before {
+  content: "\e8c8";
 }
 
 .icon-shouye:before {
-  content: "\e608";
+  content: "\e70e";
 }
 

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
src/assets/icon/iconfont.js


+ 11 - 11
src/assets/icon/iconfont.json

@@ -1,23 +1,23 @@
 {
-  "id": "2596994",
-  "name": "study",
+  "id": "2911975",
+  "name": "耗材采购平台",
   "font_family": "iconfont",
   "css_prefix_text": "icon-",
-  "description": "学习平台",
+  "description": "",
   "glyphs": [
     {
-      "icon_id": "15296109",
-      "name": "测试",
-      "font_class": "ceshi",
-      "unicode": "e61f",
-      "unicode_decimal": 58911
+      "icon_id": "1727459",
+      "name": "224用户",
+      "font_class": "yonghu",
+      "unicode": "e8c8",
+      "unicode_decimal": 59592
     },
     {
-      "icon_id": "7587742",
+      "icon_id": "3456455",
       "name": "首页",
       "font_class": "shouye",
-      "unicode": "e608",
-      "unicode_decimal": 58888
+      "unicode": "e70e",
+      "unicode_decimal": 59150
     }
   ]
 }

BIN
src/assets/icon/iconfont.ttf


BIN
src/assets/icon/iconfont.woff


BIN
src/assets/icon/iconfont.woff2


+ 3 - 5
src/layout/deploy/menu.js

@@ -1,8 +1,6 @@
 export const system = [{ icon: 'icon-shouye', index: '/adminCenter/homeIndex', title: '系统首页' }];
 export const userMenu = [
-  {
-    icon: 'icon-ceshi',
-    index: '/adminCenter/user/index',
-    title: '用户管理',
-  },
+  { icon: 'icon-yonghu', index: '/adminCenter/user/index', title: '用户管理' },
+  { icon: 'icon-ceshi', index: '/adminCenter/user/index', title: '审核管理' },
+  { icon: 'icon-ceshi', index: '/adminCenter/user/index', title: '库存管理' },
 ];