ecinc-cloud-yoaecoav9 9.6.300 → 9.6.302
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 +5 -1
- package/lib/ecyoaecoa.common.js +227 -220
- package/lib/ecyoaecoa.umd.js +225 -218
- package/lib/ecyoaecoa.umd.min.js +5 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -31,7 +31,8 @@ import CCEAiZnspIndex from './src/EAI/chatAI/znsp/index.vue'
|
|
|
31
31
|
import CCEAiBusAgentArea from './src/EAI/chatAI/components/BusAgentArea.vue'
|
|
32
32
|
|
|
33
33
|
import CCEAiWformChat from './src/EAI/wformChat/index.vue'
|
|
34
|
-
|
|
34
|
+
import EcoaUrgeFile from './src/urgeTodo/UrgeFile'
|
|
35
|
+
import EcoaViewUrgedlog from './src/urgeTodo/ViewUrgedlog'
|
|
35
36
|
//usersetting
|
|
36
37
|
import UsersettingNoticeSetup from './src/usersetting/noticeSetup/noticeSetup'
|
|
37
38
|
import UsersettingBasicsetup from './src/usersetting/personCenter/basicsetup'
|
|
@@ -98,6 +99,9 @@ const components = {
|
|
|
98
99
|
WflowCenter,
|
|
99
100
|
PortalDrapView,
|
|
100
101
|
|
|
102
|
+
EcoaViewUrgedlog,
|
|
103
|
+
EcoaUrgeFile,
|
|
104
|
+
|
|
101
105
|
CCEAiIndex,
|
|
102
106
|
CCEAiCjglList,
|
|
103
107
|
CCEAiCjglInstructionTemplate,
|