safecheck-client 3.0.35-33 → 3.0.35-34

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,13 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
7
- }
8
- exports.specialComp = specialComp
9
-
10
-
11
-
12
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'paper-main': (resolve) => {require(['./pc/PaperList.vue'], resolve)},
7
+ 'defect-main-new2': (resolve) => {require(['./pc/DefectMainNew'], resolve)},
8
+ }
9
+ exports.specialComp = specialComp
10
+
11
+
12
+
13
+
package/src/main.js CHANGED
@@ -10,7 +10,7 @@ all()
10
10
  // 验证码开关赋值
11
11
  var Verificationfalg = false
12
12
  system(Verificationfalg)
13
- safecheck('huaran')
13
+ safecheck('dexin')
14
14
  require('./bootstrap/less/bootstrap.less')
15
15
  require('./expandcss.less')
16
16