Add basic layout of the contact review
This commit is contained in:
parent
d020a33642
commit
8b203908a0
5 changed files with 34 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ import NotFound from "@/view/NotFound.vue";
|
|||
import OAuthRefreshArcgis from "@/view/OAuthRefreshArcgis.vue";
|
||||
import Operations from "@/view/Operations.vue";
|
||||
import Planning from "@/view/Planning.vue";
|
||||
import ReviewContact from "@/view/review/Contact.vue";
|
||||
import ReviewMailer from "@/view/review/Mailer.vue";
|
||||
import ReviewPool from "@/view/review/Pool.vue";
|
||||
import ReviewRoot from "@/view/review/Root.vue";
|
||||
|
|
@ -163,6 +164,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: "Review",
|
||||
component: ReviewRoot,
|
||||
},
|
||||
{
|
||||
path: "/_/review/contact",
|
||||
name: "Contact Review",
|
||||
component: ReviewContact,
|
||||
},
|
||||
{
|
||||
path: "/_/review/mailer",
|
||||
name: "Mailer Review",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue