chat-app/src/pages.json

32 lines
506 B
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",
"type": "page"
},
{
"path": "pages/login/index",
"type": "page",
"style": {}
}
],
"globalStyle": {
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextstyle": "black",
"navigationBarTitleText":""
},
"subPackages": []
}