Some checks failed
Check / lint (push) Has been cancelled
Check / typecheck (push) Has been cancelled
Check / build (build, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:app, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:app, 18.x, windows-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, ubuntu-latest) (push) Has been cancelled
Check / build (build:mp-weixin, 18.x, windows-latest) (push) Has been cancelled
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"easycom":{
|
|
"autoscan": true,
|
|
"custom":{
|
|
"^tm-(.*)": "@/tmui/components/tm-$1/tm-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"type": "page",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh":false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/dialog/index",
|
|
"type": "page",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh":false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/chooseChat/index",
|
|
"type": "page",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh":false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/forwardRecord/index",
|
|
"type": "page",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh":false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"type": "page",
|
|
"style": {}
|
|
}
|
|
|
|
|
|
],
|
|
"globalStyle": {
|
|
"backgroundColor": "#FFFFFF",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"navigationBarTextstyle": "black",
|
|
"navigationBarTitleText":""
|
|
|
|
},
|
|
"subPackages": []
|
|
}
|