优化页面

This commit is contained in:
pengxiaolong
2025-05-27 13:06:24 +08:00
parent 728dfd501f
commit cf8728f0d7
29 changed files with 357 additions and 137 deletions

View File

@@ -1,9 +1,9 @@
"use strict";
const common_vendor = require("../common/vendor.js");
let vueVersion = 3;
function TUIlogin(chatInfo, info, userSig) {
common_vendor.index.$SDKAppID = chatInfo;
common_vendor.index.$userID = String(info);
common_vendor.index.__f__("log", "at components/TUILogin.js:9", "TUIlogin", chatInfo, info, userSig);
common_vendor.index.$userSig = userSig;
common_vendor.A.login({
SDKAppID: common_vendor.index.$SDKAppID,
@@ -11,7 +11,7 @@ function TUIlogin(chatInfo, info, userSig) {
userSig: common_vendor.index.$userSig,
useUploadPlugin: true,
// If you need to send rich media messages, please set to true.
framework: `vue${vueVersion}`
framework: `vue3`
// framework used vue2 / vue3
}).catch(() => {
});

View File

@@ -38,7 +38,7 @@ const _sfc_main = {
async pkList() {
const res = await components_request.request({
url: "pk/pkList",
method: "GET",
method: "POST",
data: {
status: 0,
page: this.page,