罗广辉
2026-04-10 c65e94583bb87d1a875f1a9863f0faf48312454c
feat: 去除通话demo
4 files modified
23 files deleted
18900 ■■■■ changed files
package.json 1 ●●●● patch | view | raw | blame | history
pnpm-lock.yaml 15486 ●●●●● patch | view | raw | blame | history
src/hooks/useGlobalWS.js 4 ●●●● patch | view | raw | blame | history
src/manifest.json 14 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/GenerateTestUserSig.js 16 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/._lib patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/PaxHeader/lib patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCloudImpl.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCode.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcDefines.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/._constants.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/._index.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCloudImpl.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCode.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcDefines.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/constants.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/index.js patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCloudImpl.js 790 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCode.js 612 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcDefines.js 522 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/constants.js 10 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/lib/index.js 1086 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/permission.js 279 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/view/TrtcLocalView.nvue 19 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/TrtcCloud/view/TrtcRemoteView.nvue 23 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/index.js 36 ●●●●● patch | view | raw | blame | history
src/utils/voiceCallByTX/lib-generate-test-usersig-es.min.js 2 ●●●●● patch | view | raw | blame | history
package.json
@@ -82,7 +82,6 @@
    "leaflet": "^1.9.4",
    "pinia": "2.2.4",
    "pinia-plugin-persistedstate": "4.1.3",
    "trtc-sdk-v5": "^5.14.1",
    "uview-plus": "^3.5.41",
    "vue": "3.4.21",
    "vue-i18n": "9.1.9",
pnpm-lock.yaml
Diff too large
src/hooks/useGlobalWS.js
@@ -1,6 +1,5 @@
import {useUserStore} from "@/store/index.js";
import {getEnvObj} from "@/utils/index.js";
import {enterRoom} from "@/utils/voiceCallByTX/index.js";
import useAppStore from "../store/modules/app/index.js";
let socketTask = null
@@ -29,9 +28,6 @@
                uni.reLaunch({
                    url: '/pages/login/index'
                })
                break
            case 'VoiceCall':
                enterRoom(payload, userId.value)
                break
            default:
                break;
src/manifest.json
@@ -69,20 +69,6 @@
            }
        },
        "nativePlugins" : {
            "TRTCCloudUniPlugin-TRTCCloudImpl" : {
                "__plugin_info__" : {
                    "name" : "【官方】腾讯云实时音视频SDK",
                    "description" : "uni-app TRTC SDK 是腾讯云实时音视频通讯解决方案在 uni-app 上的 SDK,提供实时音视频服务",
                    "platforms" : "Android,iOS",
                    "url" : "https://ext.dcloud.net.cn/plugin?id=7774",
                    "android_package_name" : "uni.app.UNI0981D7F",
                    "ios_bundle_id" : "",
                    "isCloud" : true,
                    "bought" : 1,
                    "pid" : "7774",
                    "parameters" : {}
                }
            }
        }
    },
    /* 快应用特有相关 */
src/utils/voiceCallByTX/GenerateTestUserSig.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/._lib
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/PaxHeader/lib
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCloudImpl.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCode.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcDefines.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/._constants.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/._index.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCloudImpl.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCode.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcDefines.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/constants.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/index.js
Binary files differ
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCloudImpl.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCode.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/lib/TrtcDefines.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/lib/constants.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/lib/index.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/permission.js
File was deleted
src/utils/voiceCallByTX/TrtcCloud/view/TrtcLocalView.nvue
File was deleted
src/utils/voiceCallByTX/TrtcCloud/view/TrtcRemoteView.nvue
File was deleted
src/utils/voiceCallByTX/index.js
File was deleted
src/utils/voiceCallByTX/lib-generate-test-usersig-es.min.js
File was deleted