公司小程序
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.

50 lines
1.5 KiB

3 years ago
{
// "condition": { //
// "current": 0, //(list )
// "list": [{
// "name": "test", //
// "path": "pages/componentsB/dropdown/dropdown", //
// "query": "" //onLoad
// }]
// },
// easycom
"easycom": {
"autoscan" : true,
"custom" :{
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
3 years ago
}
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/AddNewCustomer/AddNewCustomer",
"style" :
{
"navigationBarTitleText": "客户新增",
"enablePullDownRefresh": false
}
},
3 years ago
{
"path" : "pages/main/main",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
3 years ago
],
"subPackages": [],
"preloadRule": {
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle":"custom",
"navigationBarTextStyle":"black"
3 years ago
}
}