basic compare map routing

This commit is contained in:
Cindy Chang
2024-09-03 15:33:25 +08:00
parent d16f7a264e
commit 11d5109164
7 changed files with 597 additions and 6 deletions

View File

@@ -450,7 +450,6 @@ export default {
},
},
async created() {
const mapPathStore = MapPathStore();
const routeParams = this.$route.params;
const file = this.$route.meta.file;
const isCheckPage = this.$route.name.includes('Check');