This commit is contained in:
2023-12-02 18:44:35 +08:00
parent 460ede57d2
commit 3688c421dc
16 changed files with 251 additions and 128 deletions

View File

@@ -22,16 +22,17 @@
// }
// }
// },
// {
// "path": "wx/tabbar1/index",
// "name": "wxindex",
// "aliasPath": "/wxindex",
// "requireAuth": true,
// "style": {
// "navigationBarTitleText": "微信首页",
// "navigationStyle": "custom"
// }
// },
{
"path": "pages/wxindex/index",
"name": "wxindex",
"aliasPath": "/wxindex",
"requireAuth": true,
"style": {
"navigationBarTitleText": "微信首页",
"navigationStyle": "custom"
}
}, {
"path": "pages/agreement/index",
"name": "agreement",
"aliasPath": "/agreement",
@@ -104,16 +105,7 @@
"aliasPath": "/wxchatWindow",
"requireAuth": true,
"style": {
"navigationBarTitleText": "聊天窗口",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue623",
"fontSrc": "/static/wx_iconfont.ttf",
"fontSize": "28px"
}]
}
}
"navigationStyle": "custom"
}
}
, {