From 89a1d4c18816ece0fa2e153b04e873d9817da976 Mon Sep 17 00:00:00 2001 From: linfso Date: Wed, 2 Apr 2025 09:34:28 +0800 Subject: [PATCH] md --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 5d336585..dd7a8e1f 100644 --- a/src/main.js +++ b/src/main.js @@ -92,7 +92,7 @@ Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.addExportAuditRecord = addExportAuditRecord Vue.prototype.download = download -Vue.prototype.download = getRemoteFile +Vue.prototype.getRemoteFile = getRemoteFile Vue.prototype.handleTree = handleTree Vue.prototype.handleOptions = handleOptions Vue.prototype.Base64 = Base64