safecheck-client 3.0.35-gongyi-1 → 3.0.35-gongyi-2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/safecheck.js +1 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-gongyi-
|
4
|
+
"version": "3.0.35-gongyi-2",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
package/src/safecheck.js
CHANGED
@@ -589,7 +589,7 @@ export default function (filiale) {
|
|
589
589
|
require(['./components/defect/DefectListWeixiu'], resolve)
|
590
590
|
})
|
591
591
|
// 隐患查看
|
592
|
-
Vue.component('defect-main-
|
592
|
+
Vue.component('defect-main-weixiu', (resolve) => {
|
593
593
|
require(['./components/defect/DefectMainWeixiu'], resolve)
|
594
594
|
})
|
595
595
|
// 隐患详情
|