浏览代码

改为正式环境im

潘超林 5 月之前
父节点
当前提交
8a8c9ea30d
共有 2 个文件被更改,包括 15 次插入9 次删除
  1. 3 1
      App.vue
  2. 12 8
      pages/views/login.vue

+ 3 - 1
App.vue

@@ -48,7 +48,9 @@ TUITranslateService.useI18n();
 // #endif
 
 TUIChatKit.init();
-const SDKAppID = 1600005199; // Your SDKAppID
+// const SDKAppID = 1600005199; // 测试版
+const SDKAppID = 1600042286; // 测试版
+
 const secretKey = "82f8b45664eb3252cf02f939aaac43cd81ba25b7c7f94f45be4f05e173e1ab2d"; // Your secretKey
 
 uni.$chat_SDKAppID = SDKAppID;

+ 12 - 8
pages/views/login.vue

@@ -12,25 +12,29 @@ import logo from "../../static/logo-back.svg";
 import { loginChat } from "../../loginChat";
 const privateAgree = ref(false);
 const inputValue = ref("");
+
+const userSigs = ref();
 onLoad((options) => {
   let personId = getQueryString("personId");
   let type = getQueryString("type");
   let openid = getQueryString("openid");
   // 获取跳转的token和userId
-
   let token = getQueryString("token");
   let id = getQueryString("id");
-
   uni.setStorageSync("personId", personId);
   uni.setStorageSync("type", type);
   uni.setStorageSync("token", token);
   uni.setStorageSync("userId", id);
   uni.setStorageSync("openid", openid);
+  let userSig = getQueryString("userSig");
+  uni.setStorageSync("userSig", userSig);
+  userSigs.value = userSig;
   let params = {
     token: token,
     id: id,
   };
   init(params);
+  console.log("userSigsuserSigsuserSigs", userSigs.value);
 });
 
 function getQueryString(name) {
@@ -51,15 +55,15 @@ const onAgreePrivateProtocol = () => {
 };
 
 const handleLoginInfo = () => {
-  const options = genTestUserSig({
-    SDKAppID: uni.$chat_SDKAppID,
-    secretKey: uni.$chat_secretKey,
-    userID: inputValue.value,
-  });
+  // const options = genTestUserSig({
+  //   SDKAppID: uni.$chat_SDKAppID,
+  //   secretKey: uni.$chat_secretKey || userSigs.value,
+  //   userID: inputValue.value,
+  // });
   const loginInfo = {
     SDKAppID: uni.$chat_SDKAppID,
     userID: inputValue.value,
-    userSig: options.userSig,
+    userSig: userSigs.value,
     useUploadPlugin: true,
     framework: `vue${vueVersion}`,
     TIMPush: uni.$TIMPush, // register TencentCloud-TIMPush