chat-app/src/pages.json

199 lines
4.4 KiB
JSON
Raw Normal View History

2024-11-11 06:46:14 +00:00
{
"easycom": {
2024-11-11 06:46:14 +00:00
"autoscan": true,
"custom": {
2024-11-11 06:46:14 +00:00
"^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue"
}
},
"pages": [
{
"path": "pages/index/index",
2024-11-19 05:57:36 +00:00
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-11-19 05:57:36 +00:00
}
2024-11-11 06:46:14 +00:00
},
2024-11-22 01:06:37 +00:00
{
"path": "pages/dialog/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-11-22 01:06:37 +00:00
}
},
2024-12-24 08:28:44 +00:00
{
"path": "pages/creatGroupChat/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-12-24 08:28:44 +00:00
}
},
{
"path": "pages/chooseGroupType/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-12-24 08:28:44 +00:00
}
},
2025-01-08 01:18:41 +00:00
{
"path": "pages/chooseGroupAdmin/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2025-01-08 01:18:41 +00:00
}
},
2024-12-19 03:02:47 +00:00
{
"path": "pages/chooseChat/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-12-19 03:02:47 +00:00
}
},
2024-12-20 08:59:58 +00:00
{
"path": "pages/forwardRecord/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
2024-12-20 08:59:58 +00:00
}
},
2024-11-11 06:46:14 +00:00
{
"path": "pages/login/index",
"type": "page",
"style": {}
},
{
"path": "pages/search/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/moreResult/moreResult",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/moreResult/moreResultDetail",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/searchByCondition/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/manageNotice",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/editGroupName",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/editAvatar",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/manageGroupMembers",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/manageGroupSilence",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/selectMembers",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/manageGroupAdmin",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/dialog/dialogDetail/userDetail",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chooseByDeps/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chatSettings/groupManage/manageGroupDeps",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
2024-11-11 06:46:14 +00:00
}
],
"globalStyle": {
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextstyle": "black",
"navigationBarTitleText": ""
2024-11-11 06:46:14 +00:00
},
"subPackages": []
}