|
@@ -32,11 +32,12 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/workbench',
|
|
path: '/workbench',
|
|
|
name: 'workbench',
|
|
name: 'workbench',
|
|
|
- // // icon: 'icon-chess',
|
|
|
|
|
|
|
+ icon: 'table-lamp',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/workbench/workbench',
|
|
path: '/workbench/workbench',
|
|
|
name: 'workbench',
|
|
name: 'workbench',
|
|
|
|
|
+ icon: 'list',
|
|
|
component: './Workbench/workbench'
|
|
component: './Workbench/workbench'
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
@@ -44,21 +45,27 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/customer',
|
|
path: '/customer',
|
|
|
name: 'customer',
|
|
name: 'customer',
|
|
|
- // // icon: 'icon-address-book',
|
|
|
|
|
|
|
+ icon: 'address-book',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/customer/contact',
|
|
path: '/customer/contact',
|
|
|
name: 'contact',
|
|
name: 'contact',
|
|
|
- icon: 'address-book',
|
|
|
|
|
|
|
+ icon: 'user-business',
|
|
|
component: './Customer/Contact'
|
|
component: './Customer/Contact'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: '/customer/company',
|
|
path: '/customer/company',
|
|
|
name: 'company',
|
|
name: 'company',
|
|
|
- icon: 'ad-product',
|
|
|
|
|
|
|
+ icon: 'city',
|
|
|
component: './Customer/Company'
|
|
component: './Customer/Company'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '/customer/finance',
|
|
|
|
|
+ name: 'finance',
|
|
|
|
|
+ icon: 'finance',
|
|
|
|
|
+ component: './Customer/Finance'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/customer/test',
|
|
path: '/customer/test',
|
|
|
name: 'test',
|
|
name: 'test',
|
|
|
icon: 'alarm',
|
|
icon: 'alarm',
|
|
@@ -69,12 +76,12 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/product',
|
|
path: '/product',
|
|
|
name: 'product',
|
|
name: 'product',
|
|
|
- // // icon: 'icon-box',
|
|
|
|
|
|
|
+ icon: 'ad-product',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product/lock',
|
|
path: '/product/lock',
|
|
|
name: 'lock',
|
|
name: 'lock',
|
|
|
- // // icon: 'icon-magic',
|
|
|
|
|
|
|
+ icon: 'disk-one',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product/lock/lockstore',
|
|
path: '/product/lock/lockstore',
|
|
@@ -91,7 +98,7 @@ export default [
|
|
|
{
|
|
{
|
|
|
path: '/product/cloud',
|
|
path: '/product/cloud',
|
|
|
name: 'cloud',
|
|
name: 'cloud',
|
|
|
- // // icon: 'icon-cloud',
|
|
|
|
|
|
|
+ icon: 'network-drive',
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/product/cloud/building',
|
|
path: '/product/cloud/building',
|