Merge branch 'workingrouter'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Lukas Bachschwell 2020-01-06 15:43:09 +01:00
commit 797960b91e
Signed by: lbsadmin
GPG Key ID: CCC6AA87CC8DF425
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ const users = {
'editor-token': {
roles: ['editor'],
introduction: 'Manager bei Styria',
avatar: 'https://www.fhstp.ac.at/en/about-us/staff-a-z/romer-wolfgang/@@images/8fbd0752-ed91-4cb0-8c9f-b4a3da187763.jpeg',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.mJ3OSG9AD98jJSXYhB89_QAAAA%26pid%3DApi&f=1',
name: 'Wolfgang Röemer'
}
}

View File

@ -122,11 +122,10 @@ export const asyncRoutes = [
{
path: '/', // find
component: Layout,
redirect: '/index',
alwaysShow: false,
children: [
{
path: 'index',
path: '',
component: () => import('@/views/find/index'),
name: 'Personen finden',
meta: {
@ -139,6 +138,7 @@ export const asyncRoutes = [
},
{
path: '/dashboard',
redirect: '/index',
component: Layout,
children: [
{

View File

@ -152,7 +152,7 @@ export default {
],
people: [{
name: 'Franz Fiedler',
avatar: 'https://www.fhstp.ac.at/de/uber-uns/mitarbeiter-innen-a-z/fidler-franz/@@images/c23cc24d-3c45-42c8-9159-c196d19ced81.jpeg',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.eQ7zUcL1ZRRFwc-V5pXquAAAAA%26pid%3DApi&f=1',
skills: [
{ name: 'Blockchain', strength: 100 },
{ name: 'Projektmanagement', strength: 92 }
@ -160,7 +160,7 @@ export default {
]
}, {
name: 'Wolfgang Römer',
avatar: 'https://www.fhstp.ac.at/en/about-us/staff-a-z/romer-wolfgang/@@images/8fbd0752-ed91-4cb0-8c9f-b4a3da187763.jpeg',
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.mJ3OSG9AD98jJSXYhB89_QAAAA%26pid%3DApi&f=1',
skills: [
{ name: 'Projektmanagement', strength: 98 },
{ name: 'Webdesign', strength: 80 },