safecheck-client 3.0.34-27 → 3.0.34-29
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/package.json +1 -1
- package/src/App-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.vue +55 -55
- package/src/App.vue +31 -31
- package/src/components/android/ImgSelfAndroid.vue +181 -181
- package/src/components/android/QRCode/QRCodeBinding.vue +247 -247
- package/src/components/android/QRCode/QRCodePage.vue +199 -199
- package/src/components/android/SafecheckDevices.vue +1298 -1298
- package/src/components/android/examples/SafeListExamples.vue +95 -95
- package/src/components/android/examples/UserExamples.vue +125 -125
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -633
- package/src/filiale/baiyin/pc/CheckPlanAreaList.vue +485 -485
- package/src/filiale/baiyin/pc/CheckSearchUser.vue +1067 -1067
- package/src/filiale/baiyin/pc/DefectListNew.vue +597 -597
- package/src/filiale/baiyin/pc/DefectMainNew.vue +63 -63
- package/src/filiale/baiyin/pc/DefectPaperNew.vue +1052 -1052
- package/src/filiale/baiyin/pc/PaperList.vue +790 -790
- package/src/filiale/baiyin/pc/PlanChooser.vue +167 -167
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -834
- package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -348
- package/src/filiale/baiyin/pc/RoleSelector.vue +160 -160
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2866 -2866
- package/src/filiale/jiaxian/android/AddPlanItem.vue +447 -447
- package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +1231 -0
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +1298 -1298
- package/src/filiale/jiaxian/android/SafecheckOrderV.vue +2811 -2811
- package/src/filiale/jiaxian/android/SafecheckUserInfo.vue +784 -784
- package/src/filiale/jiaxian/android.js +14 -13
- package/src/filiale/jiaxian/pc.js +12 -12
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +476 -476
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +1270 -1270
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +2844 -2844
- package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +1362 -1362
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -1235
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2845 -2845
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +649 -649
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1192 -1192
- package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js +24 -24
- package/src/main.js +1 -1
package/src/main-/345/215/225/351/241/265/351/235/242/346/211/223/345/214/205/347/224/250.js
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
import Vue from 'vue'
|
2
|
-
import App from './App'
|
3
|
-
import { all } from 'vue-client'
|
4
|
-
// import { system } from 'system-clients'
|
5
|
-
import safecheckAndroid from './safecheck-android'
|
6
|
-
// import VueClipboard from 'vue-clipboard2'
|
7
|
-
// Vue.use(VueClipboard)
|
8
|
-
Vue.config.silent = true
|
9
|
-
/** **************************通用组件******************************/
|
10
|
-
all()
|
11
|
-
// system(false,'shiquan')
|
12
|
-
safecheckAndroid()
|
13
|
-
// 打开热力系统登陆
|
14
|
-
Vue.$heatCompatibility = false
|
15
|
-
|
16
|
-
require('system-clients/src/styles/less/bootstrap.less')
|
17
|
-
require('system-clients/src/styles/less/aofeng/expandcss.less')
|
18
|
-
Vue.component('load-data', (resolve) => { require(['./components/LoadData'], resolve) })
|
19
|
-
// 测试
|
20
|
-
// Vue.component('test', (resolve) => { require(['./components/Test'], resolve) });
|
21
|
-
new Vue({
|
22
|
-
el: 'body',
|
23
|
-
components: { App }
|
24
|
-
})
|
1
|
+
import Vue from 'vue'
|
2
|
+
import App from './App'
|
3
|
+
import { all } from 'vue-client'
|
4
|
+
// import { system } from 'system-clients'
|
5
|
+
import safecheckAndroid from './safecheck-android'
|
6
|
+
// import VueClipboard from 'vue-clipboard2'
|
7
|
+
// Vue.use(VueClipboard)
|
8
|
+
Vue.config.silent = true
|
9
|
+
/** **************************通用组件******************************/
|
10
|
+
all()
|
11
|
+
// system(false,'shiquan')
|
12
|
+
safecheckAndroid()
|
13
|
+
// 打开热力系统登陆
|
14
|
+
Vue.$heatCompatibility = false
|
15
|
+
|
16
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
17
|
+
require('system-clients/src/styles/less/aofeng/expandcss.less')
|
18
|
+
Vue.component('load-data', (resolve) => { require(['./components/LoadData'], resolve) })
|
19
|
+
// 测试
|
20
|
+
// Vue.component('test', (resolve) => { require(['./components/Test'], resolve) });
|
21
|
+
new Vue({
|
22
|
+
el: 'body',
|
23
|
+
components: { App }
|
24
|
+
})
|
package/src/main.js
CHANGED