已过滤工具类消息

This commit is contained in:
2026-07-06 09:34:55 +08:00
parent 879d2e350a
commit b8af01cc69
7 changed files with 171 additions and 144 deletions

View File

@@ -116,6 +116,7 @@
try {
const token = await login(UsernameValue.value, PasswordValue.value)
// 登陆成功,保存登录数据到手机
console.log("有返回token", token);
saveLoginInfo();
uni.reLaunch({
url: '/pages/Chat/Chat'