Merge pull request #25 from certd/client_sync

[client] sync upgrade [trident-sync]
pull/68/head
Greper 2023-11-01 03:24:17 +08:00 committed by GitHub
commit c2f565c73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default defineComponent({
}, },
{ immediate: true } { immediate: true }
); );
const middle = "/fast-crud/fs-admin-antdv/tree/main/src/views"; const middle = "/fast-crud/fs-admin-antdv/blob/main/src/views";
function goSource(prefix: any) { function goSource(prefix: any) {
const path = router.currentRoute.value.fullPath; const path = router.currentRoute.value.fullPath;
window.open(prefix + middle + path + "/index.vue"); window.open(prefix + middle + path + "/index.vue");