|
@@ -24,7 +24,7 @@
|
|
|
<input type="file" style="display: none;" @change="fileChange">
|
|
|
</div>
|
|
|
<iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;"
|
|
|
- src="https://beta.cloud.cocorobo.cn/browser/public/index.html" ref="iiframe"></iframe>
|
|
|
+ src="https://beta.cloud.cocorobo.cn/browser/public/index.html" ref="iiframe" style="display: none;"></iframe>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</template>
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
_this.answerArray.push(
|
|
|
{
|
|
|
isY: false,
|
|
|
- content: response.FunctionResponse,
|
|
|
+ content: response.data.FunctionResponse,
|
|
|
name: _this.answerArray[0].name,
|
|
|
img: _this.answerArray[0].img
|
|
|
}
|