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.
53 lines
940 B
53 lines
940 B
{
|
|
"easycom": {
|
|
//是否开启自动扫描
|
|
"autoscan": true,
|
|
//以正则方式自定义组件匹配规则
|
|
"custom": {
|
|
// uni-ui 规则如下配置
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/home/home",
|
|
"style": {
|
|
"navigationBarTitleText": "绘智AI相机"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/works/works",
|
|
"style": {
|
|
"navigationBarTitleText": "作品"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my/my",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/home/home"
|
|
},
|
|
{
|
|
"text": "作品",
|
|
"pagePath": "pages/works/works"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/my/my"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
} |