mdm-client 1.0.0 → 1.0.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 +1 -1
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/assets/style/base.scss +78 -78
- package/src/components/LiveMulti/LiveMulti.vue +1 -1
- package/src/components/LiveMultipleMeeting/LiveMultipleMeeting.vue +5 -4
- package/src/components/MeetingReadyDialog/MeetingReadyDialog.vue +6 -6
- package/src/components/MiniumVideoDialog/MiniumVideoDialog.vue +11 -11
- package/src/components/other/addressBook.vue +1 -1
- package/src/components/other/appointDialog.vue +1 -1
- package/src/components/other/callBoard.vue +1 -1
- package/src/components/other/chatArea.vue +2 -2
- package/src/components/other/customGroupDialog.vue +1 -1
- package/src/components/other/customLayout.vue +1 -1
- package/src/components/other/editGroupDialog.vue +1 -1
- package/src/components/other/inviteNonContactDialog.vue +1 -1
- package/src/components/other/layoutSwitch.vue +1 -1
- package/src/components/other/settingDialog.vue +2 -2
- package/src/components/other/themeDialog.vue +1 -1
- package/src/components/other/updateNameDialog.vue +1 -1
- package/src/directive/drag.js +1 -1
- package/src/main.js +4 -4
- package/src/utils/api.js +1 -1
package/index.js
CHANGED
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -66,7 +66,7 @@ export default {
|
|
|
66
66
|
isCustomizeMiniInvitations: false,
|
|
67
67
|
baseUrl: "https://10.2.12.103:8443",
|
|
68
68
|
roomServerUrl: "wss://10.2.12.103:8443",
|
|
69
|
-
token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
|
|
69
|
+
token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJMb2dpbkluZm8iOnsibG9naW5Db2RlIjoibGl1amluYm8iLCJ1c2VyTmFtZSI6IuWImOmUpuazoiIsInRlbmFudElEIjo3OTA2MDE5OTgyNTAxMDAwLCJkZXB0VHJlZSI6Ijc5MDYwNzA4NTA5MDEwMDAvNzkwNzk1MzkyNjcwMTAwMCIsInVzZXJJRCI6NzkwNjI1NzUyOTgwMTAwMCwicm9sZUlEIjo3OTA2MDc0MzkyMDAxMDAwLCJ2ZXJzaW9uSUQiOjc5MDc5NDk3NjQyMDEwMDB9LCJwbGF0Zm9ybUlEIjowLCJwaG9uZSI6IiIsImV4cCI6MTc1NTg4NDExNCwiaWF0IjoxNzU1MTY0MTE0fQ.NXXtuVG6ZxRObwwEsQzZpwKGiD6YN4vVVn2ojz_syNk",
|
|
70
70
|
liveClient: null,
|
|
71
71
|
showMessage: null,
|
|
72
72
|
};
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
--switch-on-color: #0184ff;
|
|
30
30
|
--btn-primary-font-color: #ffffff;
|
|
31
31
|
--btn-danger-bg: #ff4b39;
|
|
32
|
-
--preview-list-empty-icon: url("
|
|
33
|
-
--preview-date-icon: url("
|
|
32
|
+
--preview-list-empty-icon: url("../image/screenBlue/preview_empty_icon.png");
|
|
33
|
+
--preview-date-icon: url("../image/screenBlue/preview_date_icon.png");
|
|
34
34
|
--preview-list-item-bg: rgba(127, 139, 156, 0.15);
|
|
35
35
|
--preview-list-item-border-color: rgba(255, 255, 255, 0.2);
|
|
36
36
|
--preview-list-item-sub-font-color: #859bb1;
|
|
37
|
-
--preview-more-icon: url("
|
|
38
|
-
--close-icon: url("
|
|
39
|
-
--date-picker-icon: url("
|
|
37
|
+
--preview-more-icon: url("../image/screenBlue/preview_more_icon.png");
|
|
38
|
+
--close-icon: url("../image/screenBlue/close_icon.png");
|
|
39
|
+
--date-picker-icon: url("../image/screenBlue/date_picker_icon.png");
|
|
40
40
|
--table-header-bg: #223a5c;
|
|
41
41
|
--table-item-bg: #09254b;
|
|
42
42
|
--dialog-table-header-bg: rgba(129, 144, 166, 0.2);
|
|
@@ -47,67 +47,67 @@
|
|
|
47
47
|
--dialog-item-hover: #1f63fb;
|
|
48
48
|
--dialog-border-color: rgba(236, 233, 233, 0.3);
|
|
49
49
|
--dialog-shadow-color: rgba(0, 0, 0, 0.5);
|
|
50
|
-
--dialog-item-checked-icon: url("
|
|
51
|
-
--call-border-del-icon: url("
|
|
50
|
+
--dialog-item-checked-icon: url("../image/screenBlue/dialog_check_icon.png");
|
|
51
|
+
--call-border-del-icon: url("../image/screenBlue/call_clear_icon.png");
|
|
52
52
|
--call-border-item-bg: rgba(255, 255, 255, 0.1);
|
|
53
|
-
--call-duration-icon: url("
|
|
54
|
-
--call-fullscreen-icon: url("
|
|
53
|
+
--call-duration-icon: url("../image/screenBlue/call_duration_icon.png");
|
|
54
|
+
--call-fullscreen-icon: url("../image/screenBlue/call_fullscreen_icon.png");
|
|
55
55
|
--call-foot-bg: rgba(37, 37, 37, 0.5);
|
|
56
56
|
--call-audio-text-bg: rgba(0, 0, 0, 0.4);
|
|
57
57
|
--receive-board-bg: #000000;
|
|
58
|
-
--receive-voice-icon: url("
|
|
59
|
-
--receive-video-icon: url("
|
|
60
|
-
--receive-hang-on-icon: url("
|
|
61
|
-
--receive-hang-off-icon: url("
|
|
62
|
-
--audio-level-icon: url("
|
|
58
|
+
--receive-voice-icon: url("../image/screenBlue/receive_voice_icon.png");
|
|
59
|
+
--receive-video-icon: url("../image/screenBlue/receive_video_icon.png");
|
|
60
|
+
--receive-hang-on-icon: url("../image/screenBlue/receive_hang_on_icon.png");
|
|
61
|
+
--receive-hang-off-icon: url("../image/screenBlue/receive_hang_off_icon.png");
|
|
62
|
+
--audio-level-icon: url("../image/screenBlue/audio_level_icon.png");
|
|
63
63
|
--ready-dialog-select-bg: rgba(255, 255, 255, 0.1);
|
|
64
|
-
--ready-mic-on-icon: url("
|
|
65
|
-
--ready-cam-on-icon: url("
|
|
66
|
-
--ready-output-on-icon: url("
|
|
67
|
-
--ready-arrow-icon: url("
|
|
64
|
+
--ready-mic-on-icon: url("../image/screenBlue/mic_on_small.png");
|
|
65
|
+
--ready-cam-on-icon: url("../image/screenBlue/cam_on_small.png");
|
|
66
|
+
--ready-output-on-icon: url("../image/screenBlue/output_on_small.png");
|
|
67
|
+
--ready-arrow-icon: url("../image/screenBlue/arrow_icon.png");
|
|
68
68
|
--meeting-bg: rgba(37,46,61,1);
|
|
69
|
-
--meeting-copy-icon: url("
|
|
70
|
-
--meeting-slide-small-icon: url("
|
|
71
|
-
--meeting-layout-icon: url("
|
|
72
|
-
--meeting-mode-icon: url("
|
|
73
|
-
--meeting-share-icon: url("
|
|
74
|
-
--meeting-chat-icon: url("
|
|
75
|
-
--meeting-chat-logo: url("
|
|
76
|
-
--meeting-record-icon: url("
|
|
77
|
-
--meeting-member-icon: url("
|
|
78
|
-
--meeting-invite-icon: url("
|
|
79
|
-
--meeting-setting-icon: url("
|
|
80
|
-
--meeting-board-bg: url("
|
|
69
|
+
--meeting-copy-icon: url("../image/screenBlue/meeting_copy_icon.png");
|
|
70
|
+
--meeting-slide-small-icon: url("../image/screenBlue/meeting_slide_small_icon.png");
|
|
71
|
+
--meeting-layout-icon: url("../image/screenBlue/meeting_layout_icon.png");
|
|
72
|
+
--meeting-mode-icon: url("../image/screenBlue/meeting_mode_icon.png");
|
|
73
|
+
--meeting-share-icon: url("../image/screenBlue/meeting_share_icon.png");
|
|
74
|
+
--meeting-chat-icon: url("../image/screenBlue/meeting_chat_icon.png");
|
|
75
|
+
--meeting-chat-logo: url("../image/screenBlue/meeting_chat_logo.png");
|
|
76
|
+
--meeting-record-icon: url("../image/screenBlue/meeting_record_icon.png");
|
|
77
|
+
--meeting-member-icon: url("../image/screenBlue/meeting_member_icon.png");
|
|
78
|
+
--meeting-invite-icon: url("../image/screenBlue/meeting_invite_icon.png");
|
|
79
|
+
--meeting-setting-icon: url("../image/screenBlue/meeting_setting_icon.png");
|
|
80
|
+
--meeting-board-bg: url("../image/screenBlue/meeting_board_bg.png");
|
|
81
81
|
--meeting-participant-bg: #000000;
|
|
82
|
-
--manager-mic-on-icon: url("
|
|
83
|
-
--manager-cam-on-icon: url("
|
|
84
|
-
--manager-more-icon: url("
|
|
85
|
-
--meeting-chat-emoji-icon: url("
|
|
86
|
-
--meeting-chat-image-icon: url("
|
|
82
|
+
--manager-mic-on-icon: url("../image/screenBlue/manager_mic_on_icon.png");
|
|
83
|
+
--manager-cam-on-icon: url("../image/screenBlue/manager_cam_on_icon.png");
|
|
84
|
+
--manager-more-icon: url("../image/screenBlue/manager_more_icon.png");
|
|
85
|
+
--meeting-chat-emoji-icon: url("../image/screenBlue/meeting_chat_emoji_icon.png");
|
|
86
|
+
--meeting-chat-image-icon: url("../image/screenBlue/meeting_chat_image_icon.png");
|
|
87
87
|
--meeting-chat-font-color: #859bb1;
|
|
88
88
|
--meeting-chat-local-bg: #376cc2;
|
|
89
89
|
--meeting-chat-input-bg: rgba(48, 57, 71, 0.6);
|
|
90
90
|
--meeting-chat-remote-bg: rgba(129, 144, 166, 0.2);
|
|
91
91
|
--meeting-manager-tab-border-color: rgba(116, 160, 204, 0.3);
|
|
92
92
|
--meeting-manager-tab-active-bg: rgba(119, 126, 145, 0.3);
|
|
93
|
-
--custom-layout-header-icon: url("
|
|
94
|
-
--custom-layout-refresh-icon: url("
|
|
95
|
-
--custom-layout-drag-icon: url("
|
|
96
|
-
--custom-layout-user-avatar: url("
|
|
97
|
-
--custom-layout-equipment-avatar: url("
|
|
98
|
-
--custom-layout-grid4-icon: url("
|
|
99
|
-
--custom-layout-grid9-icon: url("
|
|
100
|
-
--custom-layout-grid16-icon: url("
|
|
101
|
-
--custom-layout-ring-icon: url("
|
|
102
|
-
--custom-layout-topside-icon: url("
|
|
103
|
-
--custom-layout-rightside-icon: url("
|
|
104
|
-
--custom-layout-grid4-active-icon: url("
|
|
105
|
-
--custom-layout-grid9-active-icon: url("
|
|
106
|
-
--custom-layout-grid16-active-icon: url("
|
|
107
|
-
--custom-layout-ring-active-icon: url("
|
|
108
|
-
--custom-layout-topside-active-icon: url("
|
|
109
|
-
--custom-layout-rightside-active-icon: url("
|
|
110
|
-
--custom-layout-placeholder-bg: url("
|
|
93
|
+
--custom-layout-header-icon: url("../image/screenBlue/custom_layout_header_icon.png");
|
|
94
|
+
--custom-layout-refresh-icon: url("../image/screenBlue/custom_layout_refresh_icon.png");
|
|
95
|
+
--custom-layout-drag-icon: url("../image/screenBlue/custom_layout_drag_icon.png");
|
|
96
|
+
--custom-layout-user-avatar: url("../image/common/custom_layout_user_avatar.png");
|
|
97
|
+
--custom-layout-equipment-avatar: url("../image/common/custom_layout_equipment_avatar.png");
|
|
98
|
+
--custom-layout-grid4-icon: url("../image/screenBlue/custom_layout_grid4_icon.png");
|
|
99
|
+
--custom-layout-grid9-icon: url("../image/screenBlue/custom_layout_grid9_icon.png");
|
|
100
|
+
--custom-layout-grid16-icon: url("../image/screenBlue/custom_layout_grid16_icon.png");
|
|
101
|
+
--custom-layout-ring-icon: url("../image/screenBlue/custom_layout_ring_icon.png");
|
|
102
|
+
--custom-layout-topside-icon: url("../image/screenBlue/custom_layout_topside_icon.png");
|
|
103
|
+
--custom-layout-rightside-icon: url("../image/screenBlue/custom_layout_rightside_icon.png");
|
|
104
|
+
--custom-layout-grid4-active-icon: url("../image/screenBlue/custom_layout_grid4_active_icon.png");
|
|
105
|
+
--custom-layout-grid9-active-icon: url("../image/screenBlue/custom_layout_grid9_active_icon.png");
|
|
106
|
+
--custom-layout-grid16-active-icon: url("../image/screenBlue/custom_layout_grid16_active_icon.png");
|
|
107
|
+
--custom-layout-ring-active-icon: url("../image/screenBlue/custom_layout_ring_active_icon.png");
|
|
108
|
+
--custom-layout-topside-active-icon: url("../image/screenBlue/custom_layout_topside_active_icon.png");
|
|
109
|
+
--custom-layout-rightside-active-icon: url("../image/screenBlue/custom_layout_rightside_active_icon.png");
|
|
110
|
+
--custom-layout-placeholder-bg: url("../image/screenBlue/custom_layout_placeholder_bg.png");
|
|
111
111
|
--custom-layout-show-bg: #212833;
|
|
112
112
|
--custom-layout-des-bg: rgba(0, 0, 0, 0.5);
|
|
113
113
|
|
|
@@ -120,34 +120,34 @@
|
|
|
120
120
|
--btn-gradient-start: #1e63ff;
|
|
121
121
|
--btn-gradient-end: #007bff;
|
|
122
122
|
|
|
123
|
-
--font-fzzhengheis-b-gb: url("
|
|
124
|
-
--font-source-han-sans-cn: url("
|
|
125
|
-
--font-pingfang-sc: url("
|
|
126
|
-
--font-dinpro-medium: url("
|
|
123
|
+
--font-fzzhengheis-b-gb: url("../font/FZZhengHeiS-B-GB.ttf");
|
|
124
|
+
--font-source-han-sans-cn: url("../font/SourceHanSansCN-Regular.otf");
|
|
125
|
+
--font-pingfang-sc: url("../font/PingFang Regular.otf");
|
|
126
|
+
--font-dinpro-medium: url("../font/DINPro-Medium.otf");
|
|
127
127
|
|
|
128
|
-
--common-mic-on: url("
|
|
129
|
-
--common-mic-off: url("
|
|
130
|
-
--common-cam-on: url("
|
|
131
|
-
--common-cam-off: url("
|
|
132
|
-
--common-speaker-on: url("
|
|
133
|
-
--common-speaker-off: url("
|
|
134
|
-
--common-share-icon: url("
|
|
135
|
-
--common-preview-meet-icon: url("
|
|
136
|
-
--common-cancel-icon: url("
|
|
137
|
-
--call-voice-icon: url("
|
|
138
|
-
--call-video-icon: url("
|
|
139
|
-
--call-mini-icon: url("
|
|
128
|
+
--common-mic-on: url("../image/common/mic-on.png");
|
|
129
|
+
--common-mic-off: url("../image/common/mic-off.png");
|
|
130
|
+
--common-cam-on: url("../image/common/cam-on.png");
|
|
131
|
+
--common-cam-off: url("../image/common/cam-off.png");
|
|
132
|
+
--common-speaker-on: url("../image/common/speaker-on.png");
|
|
133
|
+
--common-speaker-off: url("../image/common/speaker-off.png");
|
|
134
|
+
--common-share-icon: url("../image/common/share_icon.png");
|
|
135
|
+
--common-preview-meet-icon: url("../image/common/preview_meet_icon.png");
|
|
136
|
+
--common-cancel-icon: url("../image/common/cancel_icon.png");
|
|
137
|
+
--call-voice-icon: url("../image/screenBlue/call_voice_icon.png");
|
|
138
|
+
--call-video-icon: url("../image/screenBlue/call_video_icon.png");
|
|
139
|
+
--call-mini-icon: url("../image/screenBlue/call_mini_icon.png");
|
|
140
140
|
|
|
141
141
|
// Component-specific resources
|
|
142
|
-
--default-avatar: url("
|
|
143
|
-
--call-user-mic-on-icon: url("
|
|
144
|
-
--call-user-mic-off-icon: url("
|
|
145
|
-
--signal-good-icon: url("
|
|
146
|
-
--signal-poor-icon: url("
|
|
147
|
-
--more-icon: url("
|
|
148
|
-
--default-avatar-mini: url("
|
|
149
|
-
--yq-icon: url("
|
|
150
|
-
--add-icon: url("
|
|
142
|
+
--default-avatar: url("../image/common/default_avatar.png");
|
|
143
|
+
--call-user-mic-on-icon: url("../image/common/call_user_mic_on_icon.png");
|
|
144
|
+
--call-user-mic-off-icon: url("../image/common/call_user_mic_off_icon.png");
|
|
145
|
+
--signal-good-icon: url("../image/common/signal_good.png");
|
|
146
|
+
--signal-poor-icon: url("../image/common/signal_poor.png");
|
|
147
|
+
--more-icon: url("../image/common/more_icon.png");
|
|
148
|
+
--default-avatar-mini: url("../image/common/default_avatar_mini.png");
|
|
149
|
+
--yq-icon: url("../image/screenBlue/yq.png");
|
|
150
|
+
--add-icon: url("../image/screenBlue/add.png");
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
* {
|
|
@@ -72,7 +72,7 @@ import MiniumVideoDialog from "../MiniumVideoDialog/MiniumVideoDialog.vue";
|
|
|
72
72
|
import LiveInviteReceive from "../LiveInviteReceive/LiveInviteReceive.vue";
|
|
73
73
|
import LiveMultipleMeeting from "../LiveMultipleMeeting/LiveMultipleMeeting.vue";
|
|
74
74
|
import Teleport from 'vue2-teleport'
|
|
75
|
-
import { ShowMessage } from "
|
|
75
|
+
import { ShowMessage } from "../../utils/index";
|
|
76
76
|
|
|
77
77
|
export default {
|
|
78
78
|
name: "LiveMulti",
|
|
@@ -356,8 +356,9 @@
|
|
|
356
356
|
</template>
|
|
357
357
|
|
|
358
358
|
<script>
|
|
359
|
-
import LiveClient from "
|
|
360
|
-
import { ShowMessage, calculateTime, mittBus } from "
|
|
359
|
+
import LiveClient from "../../utils/livekit/live-client-esm";
|
|
360
|
+
import { ShowMessage, calculateTime, mittBus } from "../../utils";
|
|
361
|
+
import { MessageBox } from "element-ui";
|
|
361
362
|
import dayjs from "dayjs";
|
|
362
363
|
import ThemeDialog from "../other/themeDialog.vue";
|
|
363
364
|
import LayoutSwitch from "../other/layoutSwitch.vue";
|
|
@@ -1187,7 +1188,7 @@ export default {
|
|
|
1187
1188
|
this.isDeleteRoom = true;
|
|
1188
1189
|
this.leaveRoom();
|
|
1189
1190
|
} else {
|
|
1190
|
-
|
|
1191
|
+
MessageBox.confirm("点击结束会议后会议将被解散,您确定要这么做么?", "警告", {
|
|
1191
1192
|
confirmButtonText: "确定",
|
|
1192
1193
|
cancelButtonText: "取消",
|
|
1193
1194
|
type: "warning",
|
|
@@ -1216,7 +1217,7 @@ export default {
|
|
|
1216
1217
|
if (index !== -1) {
|
|
1217
1218
|
this.appointDialogShow = true;
|
|
1218
1219
|
} else {
|
|
1219
|
-
|
|
1220
|
+
MessageBox.confirm("当前会议没有pc端和app端与会者, 无法指派主持人, 将直接解散会议", "警告", {
|
|
1220
1221
|
confirmButtonText: "确定",
|
|
1221
1222
|
cancelButtonText: "取消",
|
|
1222
1223
|
type: "warning",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
</template>
|
|
90
90
|
|
|
91
91
|
<script>
|
|
92
|
-
import { ShowMessage } from "
|
|
93
|
-
import LiveClient from "
|
|
92
|
+
import { ShowMessage } from "../../utils/index";
|
|
93
|
+
import LiveClient from "../../utils/livekit/live-client-esm";
|
|
94
94
|
import SelectDialog from "../other/selectDialog.vue";
|
|
95
95
|
|
|
96
96
|
export default {
|
|
@@ -481,7 +481,7 @@ export default {
|
|
|
481
481
|
width: 100px;
|
|
482
482
|
height: 100px;
|
|
483
483
|
border-radius: 50%;
|
|
484
|
-
background: url("
|
|
484
|
+
background: url("../../assets/image/common/default_avatar.png") no-repeat center / 100% 100%;
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.video-ele {
|
|
@@ -527,7 +527,7 @@ export default {
|
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
&-mic-off {
|
|
530
|
-
background: url("
|
|
530
|
+
background: url("../../assets/image/common/mic_off_small.png") no-repeat center / 100%
|
|
531
531
|
100%;
|
|
532
532
|
}
|
|
533
533
|
|
|
@@ -536,7 +536,7 @@ export default {
|
|
|
536
536
|
}
|
|
537
537
|
|
|
538
538
|
&-cam-off {
|
|
539
|
-
background: url("
|
|
539
|
+
background: url("../../assets/image/common/cam_off_small.png") no-repeat center / 100%
|
|
540
540
|
100%;
|
|
541
541
|
}
|
|
542
542
|
&-output-on {
|
|
@@ -544,7 +544,7 @@ export default {
|
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
&-output-off {
|
|
547
|
-
background: url("
|
|
547
|
+
background: url("../../assets/image/common/output_off_small.png") no-repeat center / 100%
|
|
548
548
|
100%;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
@@ -336,11 +336,11 @@ export default {
|
|
|
336
336
|
cursor: pointer;
|
|
337
337
|
margin-right: 6px;
|
|
338
338
|
&-active {
|
|
339
|
-
background: url("
|
|
339
|
+
background: url("../../assets/image/common/call_user_mic_on_icon.png") no-repeat center /
|
|
340
340
|
100% 100%;
|
|
341
341
|
}
|
|
342
342
|
&-inactive {
|
|
343
|
-
background: url("
|
|
343
|
+
background: url("../../assets/image/common/call_user_mic_off_icon.png") no-repeat center /
|
|
344
344
|
100% 100%;
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -364,11 +364,11 @@ export default {
|
|
|
364
364
|
margin-right: 20px;
|
|
365
365
|
flex: 1 0;
|
|
366
366
|
&.mic-on {
|
|
367
|
-
background: url("
|
|
367
|
+
background: url("../../assets/image/common/call_user_mic_on_icon.png") no-repeat center /
|
|
368
368
|
100% 100%;
|
|
369
369
|
}
|
|
370
370
|
&.mic-off {
|
|
371
|
-
background: url("
|
|
371
|
+
background: url("../../assets/image/common/call_user_mic_off_icon.png") no-repeat center /
|
|
372
372
|
100% 100%;
|
|
373
373
|
}
|
|
374
374
|
}
|
|
@@ -416,31 +416,31 @@ export default {
|
|
|
416
416
|
height: 32px;
|
|
417
417
|
cursor: pointer;
|
|
418
418
|
&.mic-on {
|
|
419
|
-
background: url("
|
|
419
|
+
background: url("../../assets/image/common/minum_mic_on_icon.png") no-repeat center /
|
|
420
420
|
100% 100%;
|
|
421
421
|
}
|
|
422
422
|
&.mic-off {
|
|
423
|
-
background: url("
|
|
423
|
+
background: url("../../assets/image/common/minum_mic_off_icon.png") no-repeat center /
|
|
424
424
|
100% 100%;
|
|
425
425
|
}
|
|
426
426
|
&.camera-on {
|
|
427
|
-
background: url("
|
|
427
|
+
background: url("../../assets/image/common/minum_cam_on_icon.png") no-repeat center /
|
|
428
428
|
100% 100%;
|
|
429
429
|
}
|
|
430
430
|
&.camera-off {
|
|
431
|
-
background: url("
|
|
431
|
+
background: url("../../assets/image/common/minum_cam_off_icon.png") no-repeat center /
|
|
432
432
|
100% 100%;
|
|
433
433
|
}
|
|
434
434
|
&.reset {
|
|
435
|
-
background: url("
|
|
435
|
+
background: url("../../assets/image/common/minum_reset_icon.png") no-repeat center /
|
|
436
436
|
100% 100%;
|
|
437
437
|
}
|
|
438
438
|
&.expand {
|
|
439
|
-
background: url("
|
|
439
|
+
background: url("../../assets/image/common/minum_expand_icon.png") no-repeat center /
|
|
440
440
|
100% 100%;
|
|
441
441
|
}
|
|
442
442
|
&.slide {
|
|
443
|
-
background: url("
|
|
443
|
+
background: url("../../assets/image/common/minum_slide_icon.png") no-repeat center /
|
|
444
444
|
100% 100%;
|
|
445
445
|
}
|
|
446
446
|
}
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
|
|
208
208
|
<script>
|
|
209
209
|
import { debounce } from "lodash-es";
|
|
210
|
-
import { mittBus, ShowMessage, deleteCommonGroupAndUser, getAddressOrgTree, getAddressAppTree, getCommonOrgTree, queryEquipmentAddressBook, queryMonitorAddressBook } from "
|
|
210
|
+
import { mittBus, ShowMessage, deleteCommonGroupAndUser, getAddressOrgTree, getAddressAppTree, getCommonOrgTree, queryEquipmentAddressBook, queryMonitorAddressBook } from "../../utils/index";
|
|
211
211
|
import VueVirtualTree from "@fit2cloud-ui/vue-virtual-tree";
|
|
212
212
|
import CustomGroupDialog from "./customGroupDialog.vue";
|
|
213
213
|
import EditGroupDialog from "./editGroupDialog.vue";
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
</template>
|
|
107
107
|
|
|
108
108
|
<script>
|
|
109
|
-
import { ShowMessage } from "
|
|
110
|
-
import emojiData from "
|
|
109
|
+
import { ShowMessage } from "../../utils/index";
|
|
110
|
+
import emojiData from "../../assets/json/emoji.json";
|
|
111
111
|
|
|
112
112
|
export default {
|
|
113
113
|
name: "ChatArea",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</template>
|
|
47
47
|
|
|
48
48
|
<script>
|
|
49
|
-
import { ShowMessage, queryCommonGroupUserByGroupId, updateCommonGroupAndUser } from "
|
|
49
|
+
import { ShowMessage, queryCommonGroupUserByGroupId, updateCommonGroupAndUser } from "../../utils/index";
|
|
50
50
|
|
|
51
51
|
export default {
|
|
52
52
|
name: "EditGroupDialog",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
</div>
|
|
98
98
|
</template>
|
|
99
99
|
<script>
|
|
100
|
-
import { ShowMessage } from "
|
|
101
|
-
import moonLight from "
|
|
100
|
+
import { ShowMessage } from "../../utils/index";
|
|
101
|
+
import moonLight from "../../assets/audio/moon_light.ogg";
|
|
102
102
|
|
|
103
103
|
export default {
|
|
104
104
|
name: "SettingDialog",
|
package/src/directive/drag.js
CHANGED
package/src/main.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import Vue from 'vue'
|
|
2
2
|
import App from './App.vue'
|
|
3
3
|
// 测试
|
|
4
|
-
import liveComponent from '../index'
|
|
4
|
+
// import liveComponent from '../index'
|
|
5
5
|
// npm
|
|
6
|
-
|
|
6
|
+
import MDMClient from "mdm-client"
|
|
7
7
|
import ElementUI from 'element-ui'
|
|
8
8
|
import 'element-ui/lib/theme-chalk/index.css';
|
|
9
9
|
|
|
@@ -11,9 +11,9 @@ import 'element-ui/lib/theme-chalk/index.css';
|
|
|
11
11
|
Vue.config.productionTip = false
|
|
12
12
|
Vue.use(ElementUI)
|
|
13
13
|
// 测试
|
|
14
|
-
Vue.use(liveComponent)
|
|
14
|
+
// Vue.use(liveComponent)
|
|
15
15
|
// npm
|
|
16
|
-
|
|
16
|
+
Vue.use(MDMClient)
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
new Vue({
|
package/src/utils/api.js
CHANGED