diff --git a/src/api/search/index.js b/src/api/search/index.js index 8c321ab..504cb39 100644 --- a/src/api/search/index.js +++ b/src/api/search/index.js @@ -45,3 +45,12 @@ export const ServeTalkDate = (data) => { data, }) } + +//获取会话Id +export const ServeGetSessionId = (data) => { + return request({ + url: '/api/v1/talk/session/getId', + method: 'POST', + data, + }) +} \ No newline at end of file diff --git a/src/components/custom-input/custom-input.vue b/src/components/custom-input/custom-input.vue index 0e97e3f..50be02a 100644 --- a/src/components/custom-input/custom-input.vue +++ b/src/components/custom-input/custom-input.vue @@ -21,9 +21,20 @@ - + {{ extra.name }} - - + + - - - + + + - {{ fileFormatSize(extra.size) }} + + {{ fileFormatSize(extra.size) }} +