feat: Performance conformance page to performance page done.

This commit is contained in:
chiayin
2024-02-07 11:37:53 +08:00
parent 2258f0e7b0
commit 8ce668f471
2 changed files with 6 additions and 1 deletions

View File

@@ -542,6 +542,7 @@ export default {
async created() {
this.isLoading = true; // moubeted 才停止 loading
const routeParams = this.$route.params;
console.log(routeParams);
let id = routeParams.fileId;
let type = routeParams.type;