This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
width="350"
|
||||
>
|
||||
<!-- <v-card class="mx-auto" width="300"> -->
|
||||
<v-list dense>
|
||||
<v-list>
|
||||
<template v-for="item in navItems">
|
||||
<!-- TOP LEVEL can be holders or actions -->
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
|
||||
//redirect to login if not authenticated
|
||||
if (!this.$store.state.authenticated) {
|
||||
this.$router.push("\login");
|
||||
this.$router.push("login");
|
||||
}
|
||||
|
||||
//FUTURE: If need to detect a reload, this works reliably
|
||||
|
||||
@@ -1,16 +1,20 @@
|
||||
<template>
|
||||
<div>
|
||||
MRU + depending on role: new workorder, new client, personal workorder list
|
||||
if scheduleable, or if ops then whatever ops needs or admin whatever they
|
||||
need etc
|
||||
|
||||
<UnderConstruction />
|
||||
</div>
|
||||
<UnderConstruction />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UnderConstruction from "../components/underconstruction.vue";
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* <div>
|
||||
MRU + depending on role: new workorder, new client, personal workorder
|
||||
list if scheduleable, or if ops then whatever ops needs or admin whatever
|
||||
they need etc
|
||||
</div>
|
||||
*
|
||||
*
|
||||
*/
|
||||
export default {
|
||||
components: {
|
||||
UnderConstruction
|
||||
|
||||
Reference in New Issue
Block a user