diff --git a/examples/router/axios.js b/examples/router/axios.js index 5fc3f145..f3621870 100644 --- a/examples/router/axios.js +++ b/examples/router/axios.js @@ -35,7 +35,6 @@ instance.interceptors.request.use(config => { if (['/qxn', '/analysis'].includes(config.baseURL)) { config.url = config.url.replace(/(app|auth|admin)\//, "api/") } - config.url = config.url.replace(/(app|auth|admin)\//, "api/") return config }, error => Message.error(error)) export default instance diff --git a/project/pidu/app/AppSensitive/AppSensitive.vue b/project/pidu/app/AppSensitive/AppSensitive.vue index 985f4797..a146835a 100644 --- a/project/pidu/app/AppSensitive/AppSensitive.vue +++ b/project/pidu/app/AppSensitive/AppSensitive.vue @@ -1,329 +1,65 @@ - - - - - - - - - - - - - - - - - - - 编辑 - 删除 - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - diff --git a/project/pidu/app/AppSensitive/components/Detail.vue b/project/pidu/app/AppSensitive/components/Detail.vue new file mode 100644 index 00000000..002bcda3 --- /dev/null +++ b/project/pidu/app/AppSensitive/components/Detail.vue @@ -0,0 +1,854 @@ + + + + + + + + + 群聊会话 + 私聊会话 + + + + + + + + + {{item.roomName}} + + + {{item.toUserName}} + + {{item.roomType == 1 ? '内部' : '外部'}} + {{item.toUserType == 1 ? '内部' : '外部'}} + + + + + + + + + + + {{item.name}} + + + + + + + + + + + + + {{item.userName}}{{item.msgSendTime}} + + + + + + + + {{item.content}} + + + + + + + + + + + + + + + {{item.userName}}{{item.msgSendTime.substring(0, 16)}}撤回了一条消息 + + 对方不同意会话存档内容,你将无法继续提供服务 + + 对方同意会话存档内容,你可以继续提供服务 + + + + + {{item.cardCorpName}} + {{item.cardUserName}} + + + + + + + + 个人名片 + + + + + + + + {{item.title}} + {{item.address}} + + + + + + + {{item.description}} + {{item.title}} + {{item.username}}{{item.displayname}} + + + 小程序 + + + + + + {{item.title}} + {{item.username}} + + + + + + 分享链接 + + + + + + + + + + + + + + + + + diff --git a/project/pidu/app/AppSensitive/components/List.vue b/project/pidu/app/AppSensitive/components/List.vue new file mode 100644 index 00000000..51774301 --- /dev/null +++ b/project/pidu/app/AppSensitive/components/List.vue @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + 详情 + + + + + + + + + + + + diff --git a/project/pidu/app/AppSensitive/components/img/group-img.png b/project/pidu/app/AppSensitive/components/img/group-img.png new file mode 100644 index 00000000..c644c9dd Binary files /dev/null and b/project/pidu/app/AppSensitive/components/img/group-img.png differ diff --git a/project/pidu/app/AppSensitive/components/img/user-img.png b/project/pidu/app/AppSensitive/components/img/user-img.png new file mode 100644 index 00000000..06bdb18f Binary files /dev/null and b/project/pidu/app/AppSensitive/components/img/user-img.png differ diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index 3a0a9a56..680eda76 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -196,7 +196,6 @@ {name: '文件', value: 'file'}, ], searchMsg: '', - id: 'LiuYe', id: '' } }, diff --git a/project/pidu/app/AppSessionArchive/components/List.vue b/project/pidu/app/AppSessionArchive/components/List.vue index a661e7c0..e54332a1 100644 --- a/project/pidu/app/AppSessionArchive/components/List.vue +++ b/project/pidu/app/AppSessionArchive/components/List.vue @@ -630,9 +630,7 @@ export default { this.$emit('change', { type: 'Detail', params: { - id: id || '', - departmentId: this.search.departmentId || '', - departmentName: this.departmentName || '' + id: id || '' } }) }
{{item.userName}}{{item.msgSendTime}}
{{item.content}}
{{item.cardUserName}}
{{item.title}}
{{item.address}}