telephone-clients 4.0.0-1-69 → 4.0.0-1-71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/telephone.js CHANGED
@@ -654,6 +654,10 @@ export default function(filiale, guoxin) {
654
654
  Vue.component('img-self-tel', (resolve) => {
655
655
  require(['./components/Util/ImgSelfSafePlus'], resolve)
656
656
  })
657
+ //和安检一致
658
+ Vue.component('tel-img-self-tel-plus', (resolve) => {
659
+ require(['./components/Util/TelImgSelfSafePlus.vue'], resolve)
660
+ })
657
661
  Vue.component('other-charge-list', (resolve) => {
658
662
  require(['./components/temp/OtherChargeList'], resolve)
659
663
  })