diff --git a/src/router/index.js b/src/router/index.js index 588ff77..fefbfcf 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -79,11 +79,11 @@ const routes = [ component: Conformance, props: true, }, - // { - // path: "/discover/performance/:type/:fileId", - // name: "Performance", - // component: Performance, - // } + { + path: "/discover/performance/:type/:fileId", + name: "Performance", + component: Performance, + } ] }, ] @@ -93,11 +93,11 @@ const routes = [ name: "NotFound404", component: NotFound404, }, - { - path: "/discover/performance", - name: "Performance", - component: Performance, - } + // { + // path: "/discover/performance", + // name: "Performance", + // component: Performance, + // } ]; const base_url = import.meta.env.BASE_URL; diff --git a/src/views/Discover/Performance/index.vue b/src/views/Discover/Performance/index.vue index a717a81..e3334c8 100644 --- a/src/views/Discover/Performance/index.vue +++ b/src/views/Discover/Performance/index.vue @@ -1,7 +1,7 @@