Fix get files #build_commit
This commit is contained in:
		| @@ -28,7 +28,7 @@ import { watchEffect, ref } from 'vue' | ||||
| import Router from '@/router/index'; | ||||
| import { url_document_get } from '@/repositories/Document'; | ||||
|  | ||||
| const dataURL = ref<string>('') | ||||
| const dataURL = ref('') | ||||
| watchEffect(()=>{ | ||||
|   console.log('😎😎😎😎') | ||||
|   console.log(url_document_get) | ||||
| @@ -37,7 +37,7 @@ watchEffect(()=>{ | ||||
|   console.log('----------') | ||||
|   dataURL.value = new URL( | ||||
|     url_document_get + Router.currentRoute.value.path,  | ||||
|     location.origin.replace( /^http/, 'ws') | ||||
|     location.origin | ||||
|   ).toString(); | ||||
| }) | ||||
| const emit = defineEmits({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user