feat: Compare bar layout done.

This commit is contained in:
chiayin
2024-02-15 13:00:01 +08:00
parent f3dd456b3a
commit ac8a3b0b27
4 changed files with 2271 additions and 6 deletions

View File

@@ -542,7 +542,6 @@ 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;