You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.4 KiB
71 lines
1.4 KiB
{
|
|
"easycom": {
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"^nk-(.*)": "@/components/nk-$1/nk-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/device/device",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/configuration/index",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/upgrade/index",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/more/index",
|
|
"style": {
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#e34969",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#FFFFFF",
|
|
"fontSize": "16px",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "连接"
|
|
},
|
|
{
|
|
"pagePath": "pages/configuration/index",
|
|
"text": "配置"
|
|
},
|
|
{
|
|
"pagePath": "pages/upgrade/index",
|
|
"text": "升级"
|
|
},
|
|
{
|
|
"pagePath": "pages/more/index",
|
|
"text": "更多"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTitleText": "终端调试助手",
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarBackgroundColor": "#01a4ef",
|
|
"backgroundColor": "#FFF"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|
|
|