需要添加好友页面,优化UI

This commit is contained in:
bobobobo
2026-01-22 22:44:58 +08:00
parent 571e91b01c
commit 99396e9966
3 changed files with 8 additions and 6 deletions

3
.env
View File

@@ -5,8 +5,5 @@ VITE_SYSTEM_URL = "https://dev.cqjcteach.cn/prod-api"
# 第三方客户 channelId # 第三方客户 channelId
VITE_CHANNEL_ID = "7b81ec142eca42baa045820793b821bb" VITE_CHANNEL_ID = "7b81ec142eca42baa045820793b821bb"
# 第三方客户 groupId
VITE_GROUP_ID = "793db3a29c7846e198d71a1100d9d67b"
#文档地址 #文档地址
VITE_DOC_URL = "http://b3967d34.natappfree.cc" VITE_DOC_URL = "http://b3967d34.natappfree.cc"

View File

@@ -12,9 +12,9 @@
windowHeight.value = info.windowHeight - 4 windowHeight.value = info.windowHeight - 4
url.value = `https://www.axd01wf.cfd/chat/index?channelId=${ url.value = `https://www.axd01wf.cfd/chat/index?channelId=${
import.meta.env.VITE_CHANNEL_ID import.meta.env.VITE_CHANNEL_ID
}&groupId=${import.meta.env.VITE_GROUP_ID}&userName=${ }&userName=${userInfo.value.userName}&phone=${
userInfo.value.userName userInfo.value.mobile
}&phone=${userInfo.value.mobile}&email=${userInfo.value.email}` }&email=${userInfo.value.email}`
}) })
</script> </script>

View File

@@ -44,6 +44,11 @@
key: '4', key: '4',
url: '/pages/my-index/wallet/real-id' url: '/pages/my-index/wallet/real-id'
}, },
{
title: '收货地址',
key: '7',
url: '/pages/address/index'
},
// #ifdef H5 // #ifdef H5
{ {
title: '邀请好友', title: '邀请好友',