feat: Performance timeLabel done.

This commit is contained in:
chiayin
2024-02-01 12:33:11 +08:00
parent bddc1d3a7a
commit d89c5ff4d8
9 changed files with 481 additions and 58 deletions

View File

@@ -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;