From 30904e3bf188dc2adf988ae18b4a91b27c16b125 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 26 Mar 2025 17:20:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scui.js | 2 + src/views/wpm_bx/QRCodeScanner.vue | 105 ----------------------------- 2 files changed, 2 insertions(+), 105 deletions(-) delete mode 100644 src/views/wpm_bx/QRCodeScanner.vue diff --git a/src/scui.js b/src/scui.js index 99005705..ad4d9ff3 100644 --- a/src/scui.js +++ b/src/scui.js @@ -27,6 +27,7 @@ import scEcharts from './components/scEcharts' import scStatusIndicator from './components/scMini/scStatusIndicator' import scTrend from './components/scMini/scTrend' import scFire from './components/scOpl/scFire' +import scScanner from './components/scScanner' import auth from './directives/auth' import auths from './directives/auths' @@ -73,6 +74,7 @@ export default { app.component('scFire', scFire); app.component('scIconSelect', scIconSelect); app.component('scEcharts', scEcharts); + app.component('scScanner', scScanner); //注册全局指令 app.directive('auth', auth) diff --git a/src/views/wpm_bx/QRCodeScanner.vue b/src/views/wpm_bx/QRCodeScanner.vue deleted file mode 100644 index 1aed8b60..00000000 --- a/src/views/wpm_bx/QRCodeScanner.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - - - -