Merge branch 'workingrouter'
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
commit
797960b91e
@ -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'
|
||||
}
|
||||
}
|
||||
|
@ -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: [
|
||||
{
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user