chat-app/src/pages.json

58 lines
1.1 KiB
JSON
Raw Normal View History

2024-11-11 06:46:14 +00:00
{
"easycom":{
"autoscan": true,
"custom":{
"^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-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-12-19 03:02:47 +00:00
{
"path": "pages/chooseChat/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
2024-12-20 08:59:58 +00:00
{
"path": "pages/forwardRecord/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
2024-11-11 06:46:14 +00:00
{
"path": "pages/login/index",
"type": "page",
"style": {}
}
2024-11-19 05:57:36 +00:00
2024-11-11 06:46:14 +00:00
],
"globalStyle": {
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextstyle": "black",
"navigationBarTitleText":""
},
"subPackages": []
}