|
@@ -15,6 +15,8 @@ export class NavMobileMenu {
|
|
|
navLinks = [
|
|
|
{ path: 'home', label: '首页', icon: 'home' },
|
|
|
{ path: 'platform', label: '平台', icon: 'platform' },
|
|
|
- { path: 'member', label: '服务', icon: 'member' }
|
|
|
+ { path: 'business', label: '业务', icon: 'business' },
|
|
|
+ { path: 'member', label: '服务', icon: 'member' },
|
|
|
+ { path: 'system', label: '系统', icon: 'system' }
|
|
|
];
|
|
|
}
|