diff --git a/README.md b/README.md index cee15c9..03efdb7 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,7 @@ https://botpress.io/docs/tutorials/webchat-embedding ## TODO: -Adminpage: -Display grouping of skills ?! +## some botpress hints -Seperate skill select ? - -Add a ADD button to team members - -Implement Chatbot Logic \ No newline at end of file +https://www.evernote.com/shard/s42/client/snv?noteGuid=1820f9f8-6171-4284-b564-fdc08bd690de¬eKey=ec4c82cffe92c0ff&sn=https%3A%2F%2Fwww.evernote.com%2Fshard%2Fs42%2Fsh%2F1820f9f8-6171-4284-b564-fdc08bd690de%2Fec4c82cffe92c0ff&title=Development%2Bof%2Ba%2BBotpress%2BSkill \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index b894511..bb55a52 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -122,6 +122,7 @@ export const asyncRoutes = [ { path: '/', // find component: Layout, + redirect: '/index', alwaysShow: false, children: [ { @@ -139,10 +140,9 @@ export const asyncRoutes = [ { path: '/dashboard', component: Layout, - redirect: '/dashboard', children: [ { - path: 'dashboard', + path: 'index', component: () => import('@/views/dashboard/index'), name: 'Dashboard', meta: { title: 'Dashboard', icon: 'dashboard', affix: true } diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index d7e6794..d0a0807 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -5,48 +5,12 @@ - - - -
- -
-
- -
- -
-
- -
- -
-
-
- - - - - - - - - - - - diff --git a/src/views/profile/components/UserCard.vue b/src/views/profile/components/UserCard.vue index 0ee2bf2..2483f7b 100644 --- a/src/views/profile/components/UserCard.vue +++ b/src/views/profile/components/UserCard.vue @@ -47,15 +47,21 @@ + +
+ +
+