|
|
@@ -47,7 +47,7 @@ export default [
|
|
|
{
|
|
|
path: '/customer',
|
|
|
name: 'customer',
|
|
|
- icon: 'balance-two',
|
|
|
+ icon: 'address-book',
|
|
|
routes: [
|
|
|
{
|
|
|
path: '/customer',
|
|
|
@@ -57,7 +57,7 @@ export default [
|
|
|
{
|
|
|
path: '/customer/contact',
|
|
|
name: 'contact',
|
|
|
- icon: 'balance-two',
|
|
|
+ icon: 'user-business',
|
|
|
component: './customer/Contact',
|
|
|
authority: ['admin', 'client_access']
|
|
|
},
|