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 @@
-
-
-
-
扫描二维码
-
-
-
-
识别二维码
-
扫描结果:
-
{{ scannedResult }}
-
-
-
-
-
-
-