|
|
@ -21,7 +21,6 @@ const createScreenStore = () => { |
|
|
} else { |
|
|
} else { |
|
|
// Otherwise find the correct screen by matching the current route
|
|
|
// Otherwise find the correct screen by matching the current route
|
|
|
const { screens, layouts } = $config |
|
|
const { screens, layouts } = $config |
|
|
console.log(screens) |
|
|
|
|
|
activeLayout = layouts[0] |
|
|
activeLayout = layouts[0] |
|
|
if (screens.length === 1) { |
|
|
if (screens.length === 1) { |
|
|
activeScreen = screens[0] |
|
|
activeScreen = screens[0] |
|
|
|