feat: Performance all chart done.

This commit is contained in:
chiayin
2024-02-05 15:50:33 +08:00
parent 5063d49794
commit c811baefa6
2 changed files with 149 additions and 104 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;