feat: Performance timeLabel done.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user