From 7fa054dec9eb8189e09cddd879cd0233cc7db31c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 29 Oct 2021 19:34:12 +0000 Subject: [PATCH] --- ayanova/src/App.vue | 2 +- ayanova/src/api/initialize.js | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index 540b615d..97841e1e 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -86,7 +86,7 @@
{ + if (z.testid == null) { + z.testid = z.route; + } + }); window.$gz.store.commit("addNavItem", o); } @@ -245,7 +250,8 @@ function initNavPanel() { title: "History", icon: "$ayiHistory", route: `/history/3/${window.$gz.store.state.userId}/true`, - key: key++ + key: key++, + testid: "/home-history" }); //HOME