From b2e1b8930e012a54a1c8c9602fd1efee0667a8b0 Mon Sep 17 00:00:00 2001 From: cansnow Date: Mon, 8 Dec 2025 18:10:51 +0800 Subject: [PATCH] 12 --- components/MyAvatar/index.vue | 4 +- index.html | 2 +- main.js | 4 +- pages.json | 1 + pages/common/scan.nvue | 59 ++++-- pages/common/webview.vue | 6 +- pages/contact/contactAdd/index.vue | 9 +- .../contact/index/components/ContactMenus.vue | 12 +- pages/contact/switchJoinGroup/index.vue | 3 +- .../ChatingFooter/ChatingActionBar.vue | 27 +-- .../components/ChatingFooter/index.vue | 8 +- .../chating/components/ChatingHeader.vue | 8 +- .../chating/components/ChatingList.vue | 2 +- .../MessageItem/MediaMessageRender.vue | 34 ++-- .../chating/components/MessageItem/index.vue | 140 +------------- .../chating/components/SelectHeader.vue | 2 +- pages/conversation/chating/index.vue | 173 +++++++++--------- util/imCommon.js | 17 +- util/request/index.js | 7 +- 19 files changed, 218 insertions(+), 300 deletions(-) diff --git a/components/MyAvatar/index.vue b/components/MyAvatar/index.vue index 928f565..3d9589f 100644 --- a/components/MyAvatar/index.vue +++ b/components/MyAvatar/index.vue @@ -5,8 +5,8 @@ diff --git a/main.js b/main.js index aaa8461..6cbad1b 100644 --- a/main.js +++ b/main.js @@ -54,6 +54,8 @@ const app = new Vue({ }); // 引入请求封装 -require("./util/request/index")(app); +import request from "./util/request/index"; +request(app) +//require("./util/request/index")(app); app.$mount(); \ No newline at end of file diff --git a/pages.json b/pages.json index ecfb426..43a3b3b 100644 --- a/pages.json +++ b/pages.json @@ -269,6 +269,7 @@ { "path": "pages/common/webview", "style": { + "navigationStyle": "default", "navigationBarTitleText": "" } }, diff --git a/pages/common/scan.nvue b/pages/common/scan.nvue index e181466..5f0502c 100644 --- a/pages/common/scan.nvue +++ b/pages/common/scan.nvue @@ -1,7 +1,25 @@