|
@@ -228,7 +228,7 @@ export default defineComponent({
|
|
|
this.xmlFileLoading = true
|
|
|
postMessage({ api: 'chooseFile', content: { type: 'xml' } }, evt => {
|
|
|
// @ts-ignore
|
|
|
- this.xmlFileUrl = evt?.fileUrl || this.this.xmlFileUrl || ''
|
|
|
+ this.xmlFileUrl = evt?.fileUrl || this.xmlFileUrl || ''
|
|
|
this.xmlFileLoading = false
|
|
|
if (this.xmlFileUrl) {
|
|
|
requestOrigin(this.xmlFileUrl).then(
|