mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
Merge pull request #25 from certd/client_sync
[client] sync upgrade [trident-sync]
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user