Commit 8bb3e0f9 by xiawei

alioss

parents 43ba411f 894ea6a9
<!--
* @Author: your name
* @Date: 2020-09-14 16:53:49
* @LastEditTime: 2020-10-16 17:30:03
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /consoles_program/Users/xiawei/gdy/web-live/components/modules-pc/chatBox/index.vue
-->
<template> <template>
<div class="chat"> <div class="chat">
<div class="top-chat-box"> <div class="top-chat-box">
...@@ -15,7 +7,9 @@ ...@@ -15,7 +7,9 @@
<chat-list></chat-list> <chat-list></chat-list>
</div> </div>
<div class="chat-send"> <div class="chat-send">
<send-box></send-box> <client-only>
<send-box></send-box>
</client-only>
</div> </div>
</div> </div>
</template> </template>
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
<div class="chat-box"> <div class="chat-box">
<chat-box></chat-box> <chat-box></chat-box>
</div> </div>
<send-box v-show="isShowChat" v-transfer-dom></send-box> <client-only>
<send-box v-show="isShowChat" v-transfer-dom></send-box>
</client-only>
<suspension-box v-show="isShowChat" v-transfer-dom></suspension-box> <suspension-box v-show="isShowChat" v-transfer-dom></suspension-box>
</div> </div>
</template> </template>
......
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
bucket: `guangdianyun-static-${process.env.run_server}`, bucket: `guangdianyun-static-${process.env.run_server}`,
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
prefix: 'live', prefix: 'live',
output: './nuxt-dist/dist/client', output: 'nuxt-dist/dist/client',
local: true, local: true,
limit: 10, limit: 10,
format format
......
{ {
"name": "ssr-program-live", "name": "ssr-program-live",
"version": "1.0.1", "version": "1.0.2",
"description": "My superb Nuxt.js project", "description": "My superb Nuxt.js project",
"author": "1006903445@qq.com", "author": "1006903445@qq.com",
"private": true, "private": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment