basic compare map routing
This commit is contained in:
@@ -8,6 +8,7 @@ import Map from '@/views/Discover/Map/Map.vue';
|
||||
import Conformance from '@/views/Discover/Conformance/index.vue';
|
||||
import Performance from '@/views/Discover/Performance/index.vue';
|
||||
import CompareDashboard from '@/views/Compare/Dashboard/Compare.vue';
|
||||
import MapCompare from '@/views/Compare/MapCompare.vue';
|
||||
import AccountAdmin from '@/views/AccountManagement/AccountAdmin/AccountAdmin.vue';
|
||||
import MyAccount from '@/views/AccountManagement/MyAccount.vue';
|
||||
import MemberArea from '@/views/MemberArea/index.vue';
|
||||
@@ -134,6 +135,10 @@ const routes = [
|
||||
path: "/compare/dashboard/:primaryType/:primaryId/:secondaryType/:secondaryId",
|
||||
name: "CompareDashboard",
|
||||
component: CompareDashboard,
|
||||
}, {
|
||||
path: "/compare/map/:primaryType/:primaryId/:secondaryType/:secondaryId",
|
||||
name: "MapCompare",
|
||||
component: MapCompare,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user