Browse Source

添加一级菜单图标

zhangyu 5 years ago
parent
commit
7d4ef3ed95

File diff suppressed because it is too large
+ 74 - 6
src/assets/style/iconfont/iconfont.css


BIN
src/assets/style/iconfont/iconfont.eot


File diff suppressed because it is too large
+ 51 - 0
src/assets/style/iconfont/iconfont.svg


BIN
src/assets/style/iconfont/iconfont.ttf


BIN
src/assets/style/iconfont/iconfont.woff


+ 12 - 12
src/data/menus.js

@@ -9,13 +9,13 @@ export default [
 	{
 		path: '/platform/project',
 		name: '项目管理',
-		icon: ''
+		icon: 'icon-project-o'
 	},
 	// 人员管理
 	{
 		path: '/platform/user',
 		name: '人员管理',
-		icon: '',
+		icon: 'icon-renyuanguanli',
 		opts: [{
 			name: '查看',
 			basic: true,
@@ -26,7 +26,7 @@ export default [
 	{
 		path: '/platform/role',
 		name: '角色管理',
-		icon: '',
+		icon: 'icon-jiaoseguanli',
 		opts: [{
 			name: '查看',
 			basic: true,
@@ -43,19 +43,19 @@ export default [
 	{
 		path: '/ready/buildfloor',
 		name: '建筑楼层管理',
-		icon: ''
+		icon: 'icon-jianzhu'
 	},
 	// 需采集的信息点
 	{
 		path: '/ready/collectsetting',
 		name: '需采集的信息点',
-		icon: ''
+		icon: 'icon-xinxi'
 	},
 	// 扫楼App用户管理
 	{
 		path: '/ready/appuser',
 		name: '扫楼App用户管理',
-		icon: ''
+		icon: 'icon-app4'
 	},
 	/******************** 信息收集 ***************************/
 	{
@@ -67,7 +67,7 @@ export default [
 	{
 		path: '/model',
 		name: '模型管理',
-		icon: '',
+		icon: 'icon-moxing___',
 		children: [{
 			path: '/model/file',
 			name: '模型文件管理',
@@ -92,7 +92,7 @@ export default [
 	{
 		path: '/point',
 		name: '系统集成',
-		icon: '',
+		icon: 'icon-xitong',
 		children: [{
 			path: '/point/pointsetting',
 			name: '子系统点表整理工具',
@@ -135,7 +135,7 @@ export default [
 	{
 		path: '/floor',
 		name: '扫楼作业',
-		icon: '',
+		icon: 'icon-shanglou',
 		children: [{
 			path: '/floor/task',
 			name: '现场任务管理',
@@ -193,7 +193,7 @@ export default [
 	{
 		path: '/ledger',
 		name: '台账管理',
-		icon: '',
+		icon: 'icon-taizhangzhangbushezhi',
 		children: [{
 			path: '/ledger/facility',
 			name: '设备台账',
@@ -269,7 +269,7 @@ export default [
 	{
 		path: '/relation/maintain',
 		name: '关系维护',
-		icon: '',
+		icon: 'icon-guanxi',
 		opts: [{
 			name: '查看',
 			basic: true,
@@ -280,7 +280,7 @@ export default [
 	{
 		path: '/relation/overview',
 		name: '全部关系总览',
-		icon: '',
+		icon: 'icon-jiqixuexi-',
 		opts: [{
 			name: '查看',
 			basic: true,