需要添加好友页面,优化UI
This commit is contained in:
3
.env
3
.env
@@ -5,8 +5,5 @@ VITE_SYSTEM_URL = "https://dev.cqjcteach.cn/prod-api"
|
||||
# 第三方客户 channelId
|
||||
VITE_CHANNEL_ID = "7b81ec142eca42baa045820793b821bb"
|
||||
|
||||
# 第三方客户 groupId
|
||||
VITE_GROUP_ID = "793db3a29c7846e198d71a1100d9d67b"
|
||||
|
||||
#文档地址
|
||||
VITE_DOC_URL = "http://b3967d34.natappfree.cc"
|
||||
@@ -12,9 +12,9 @@
|
||||
windowHeight.value = info.windowHeight - 4
|
||||
url.value = `https://www.axd01wf.cfd/chat/index?channelId=${
|
||||
import.meta.env.VITE_CHANNEL_ID
|
||||
}&groupId=${import.meta.env.VITE_GROUP_ID}&userName=${
|
||||
userInfo.value.userName
|
||||
}&phone=${userInfo.value.mobile}&email=${userInfo.value.email}`
|
||||
}&userName=${userInfo.value.userName}&phone=${
|
||||
userInfo.value.mobile
|
||||
}&email=${userInfo.value.email}`
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
@@ -44,6 +44,11 @@
|
||||
key: '4',
|
||||
url: '/pages/my-index/wallet/real-id'
|
||||
},
|
||||
{
|
||||
title: '收货地址',
|
||||
key: '7',
|
||||
url: '/pages/address/index'
|
||||
},
|
||||
// #ifdef H5
|
||||
{
|
||||
title: '邀请好友',
|
||||
|
||||
Reference in New Issue
Block a user