|
@@ -25,7 +25,6 @@ module.exports = [
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/dashboard/analysis',
|
|
path: '/dashboard/analysis',
|
|
|
- authority: ['admin'],
|
|
|
|
|
name: 'analysis',
|
|
name: 'analysis',
|
|
|
component: './Dashboard/Analysis',
|
|
component: './Dashboard/Analysis',
|
|
|
},
|
|
},
|
|
@@ -173,6 +172,7 @@ module.exports = [
|
|
|
path: '/account/settings',
|
|
path: '/account/settings',
|
|
|
name: 'settings',
|
|
name: 'settings',
|
|
|
component: './Account/Settings/Info',
|
|
component: './Account/Settings/Info',
|
|
|
|
|
+ // authority: ['admin'],
|
|
|
routes: [
|
|
routes: [
|
|
|
{
|
|
{
|
|
|
path: '/account/settings',
|
|
path: '/account/settings',
|