ecinc-cloud-yoaecoav9 9.6.270 → 9.6.272
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 -0
- package/lib/ecyoaecoa.common.js +2367 -595
- package/lib/ecyoaecoa.umd.js +2368 -596
- package/lib/ecyoaecoa.umd.min.js +8 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -30,6 +30,8 @@ import CCEAiRccxIndex from './src/EAI/chatAI/rccx/index.vue'
|
|
|
30
30
|
import CCEAiZnspIndex from './src/EAI/chatAI/znsp/index.vue'
|
|
31
31
|
import CCEAiBusAgentArea from './src/EAI/chatAI/components/BusAgentArea.vue'
|
|
32
32
|
|
|
33
|
+
import CCEAiWformChat from './src/EAI/wformChat/index.vue'
|
|
34
|
+
|
|
33
35
|
//usersetting
|
|
34
36
|
import UsersettingNoticeSetup from './src/usersetting/noticeSetup/noticeSetup'
|
|
35
37
|
import UsersettingBasicsetup from './src/usersetting/personCenter/basicsetup'
|
|
@@ -112,6 +114,7 @@ const components = {
|
|
|
112
114
|
CCEAiRccxIndex,
|
|
113
115
|
CCEAiZnspIndex,
|
|
114
116
|
CCEAiBusAgentArea,
|
|
117
|
+
CCEAiWformChat,
|
|
115
118
|
|
|
116
119
|
UsersettingNoticeSetup,
|
|
117
120
|
UsersettingBasicsetup,
|