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.
package/src/filiale/dexin/pc.js
CHANGED
@@ -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
|
-
|
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
|
+
|