diff --git a/common/baseStyle.scss b/common/baseStyle.scss index 4dfbda40875255523262dd7eac90db1f444cdee6..4b770549e135530540cf1d8572b496d687395838 100644 --- a/common/baseStyle.scss +++ b/common/baseStyle.scss @@ -1,6 +1,7 @@ /* #ifdef H5 */ ::v-deep { /* #endif */ + #app, page, view, label @@ -34,7 +35,6 @@ text, textarea, video { - position: relative; box-sizing: border-box; } diff --git a/common/config.js b/common/config.js index 0650fabec0167cab703c923f379c71b3c7c323c9..39243b12518b8dc87043fb596f688fe5d9600d18 100644 --- a/common/config.js +++ b/common/config.js @@ -1,4 +1,9 @@ export default { + // 云存储服务商 + cloudFile:{ + // 云存储服务商,支持:aliyun、tencent、qiniu + provider: 'qiniu', + }, uniPush: { // 消息渠道设置,避免被限量推送、静默推送(静音且需下拉系统通知栏才可见通知内容)详情文档:https://doc.dcloud.net.cn/uniCloud/uni-cloud-push/api.html#channel channel:{ @@ -7,5 +12,7 @@ export default { // 消息渠道描述,会显示在手机系统关于当前应用的通知设置中 desc: "客服消息" } - } + }, + // web端绑定的域名,用于生成二维码等 + domain: 'https://im.dcloud.net.cn', } \ No newline at end of file diff --git a/components/uni-im-chat-input/uni-im-chat-input.vue b/components/uni-im-chat-input/uni-im-chat-input.vue index 3d4b5df044d1e9efeeed5c1e6c9b97b03f1cefee..a6dd13e102f5f6e818ee08180c41bb755fda1aa0 100644 --- a/components/uni-im-chat-input/uni-im-chat-input.vue +++ b/components/uni-im-chat-input/uni-im-chat-input.vue @@ -1,4 +1,4 @@ -