新增路径

This commit is contained in:
2025-10-11 17:30:07 +08:00
parent 31e30eb446
commit 4de66f880f
2 changed files with 14 additions and 1 deletions

View File

@@ -73,6 +73,13 @@
"enablePullDownRefresh": true
}
},
{
"path": "pages/message/information",
"style": {
"navigationBarTitleText": "聊天页面设置",
"navigationStyle": "custom"
}
},
{
"path" : "pages/message/systemMessage",
"style" :

View File

@@ -3,7 +3,8 @@
<u-navbar :title="chatTitle" id="navBarId" :background="{background: 'transparent' }" :border-bottom="false"
back-icon-color="#000" title-color="#000">
<template v-slot:right>
<image class="collection" src="/static/icon/More horizontal.png" mode=""></image>
<image class="collection" @click="handleinformation" src="/static/icon/More horizontal.png" mode="">
</image>
</template>
</u-navbar>
@@ -305,6 +306,11 @@
text.value = ''
}
const handleinformation = () => {
uni.navigateTo({
url: '/pages/message/information'
});
}
// 文本放大
const handleMagnify = () => {
showLongText.value = true