ecinc-cloud-yoagwgl 9.6.248 → 9.7.2
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/index.js +3 -1
- package/lib/ecyoagwgl.common.js +22106 -31958
- package/lib/ecyoagwgl.umd.js +22193 -32037
- package/lib/ecyoagwgl.umd.min.js +1 -307
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -13,6 +13,7 @@ import GwglFileLevel from './src/fileLevel/index'
|
|
|
13
13
|
import GwglGdgl from './src/gdgl/index'
|
|
14
14
|
// gwjh
|
|
15
15
|
import GwglGwjh from './src/gwjh/index'
|
|
16
|
+
import GwglSendlog from './src/gwjh/components/sendlog.vue'
|
|
16
17
|
import GwglGwjhReceiptFile from './src/gwjh/components/ReceiptFile'
|
|
17
18
|
import GwglGwjhCommonGroupsIndex from './src/gwjh/commonGroups/index'
|
|
18
19
|
import GwglGwjhOrgOrganizationIndex from './src/gwjh/orgOrganization/index'
|
|
@@ -42,6 +43,7 @@ const components = {
|
|
|
42
43
|
GwglFileLevel,
|
|
43
44
|
GwglGdgl,
|
|
44
45
|
GwglGwjh,
|
|
46
|
+
GwglSendlog,
|
|
45
47
|
GwglGwjhReceiptFile,
|
|
46
48
|
GwglPortletBwsctj,
|
|
47
49
|
GwglPortletBwsltj,
|
|
@@ -58,7 +60,7 @@ const components = {
|
|
|
58
60
|
|
|
59
61
|
}
|
|
60
62
|
// 定义 install 方法
|
|
61
|
-
const install = function(Vue) {
|
|
63
|
+
const install = function (Vue) {
|
|
62
64
|
if (install.installed) return
|
|
63
65
|
install.installed = true
|
|
64
66
|
// 遍历并注册全局组件
|