safecheck-client 3.0.34-90 → 3.0.34-92
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
- package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -1080
- package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
- package/src/filiale/jingyang/android.js +15 -15
- package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
- package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -1053
- package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -1230
- package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
- package/src/filiale/qingtongxia/android.js +14 -14
- package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
- package/src/filiale/ruihua/android.js +11 -11
- package/src/filiale/shanxian/android/AddPlanItem.vue +447 -0
- package/src/filiale/shanxian/android.js +18 -17
- package/src/filiale/shanxian/pc/PaperList.vue +785 -0
- package/src/filiale/shanxian/pc/SelectCheckPlan.vue +303 -303
- package/src/filiale/shanxian/pc.js +20 -20
- package/src/filiale/siyang/android/AppCheckPlan.vue +246 -246
- package/src/filiale/siyang/android.js +15 -15
- package/src/filiale/siyang/pc/CheckBookList.vue +396 -396
- package/src/filiale/siyang/pc.js +22 -22
- package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
- package/src/filiale/xilan/android/AddPlanItem.vue +457 -0
- package/src/filiale/xilan/android/CurrentCreate.vue +1060 -0
- package/src/filiale/xilan/android.js +11 -0
- package/src/main.js +1 -2
@@ -0,0 +1,11 @@
|
|
1
|
+
// 分公司特殊组件页面注册
|
2
|
+
import Vue from "vue";
|
3
|
+
|
4
|
+
// 手机特殊目录注册到该文件中
|
5
|
+
let specialComp = {
|
6
|
+
'add-plan-item': (resolve) => { require(['./android/AddPlanItem'], resolve) },
|
7
|
+
'current-create': (resolve) => { require(['./android/CurrentCreate'], resolve) },
|
8
|
+
}
|
9
|
+
|
10
|
+
exports.specialComp = specialComp
|
11
|
+
|
package/src/main.js
CHANGED
@@ -11,8 +11,7 @@ all()
|
|
11
11
|
var Verificationfalg = false
|
12
12
|
system(Verificationfalg)
|
13
13
|
// system()
|
14
|
-
safecheck('
|
15
|
-
// safecheck('jingyang');
|
14
|
+
safecheck('shanxian');
|
16
15
|
// safecheck('rizhao')
|
17
16
|
require('./bootstrap/less/bootstrap.less')
|
18
17
|
require('./expandcss.less')
|