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.
|
|
|
{
|
|
|
|
|
|
|
|
"pages": [{
|
|
|
|
"path": "pages/index",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"path": "pages/login",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "登录"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/enterprise",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "企业",
|
|
|
|
"usingComponents": {
|
|
|
|
"van-dropdown-menu": "/wxcomponents/vant/dropdown-menu/index",
|
|
|
|
"van-dropdown-item": "/wxcomponents/vant/dropdown-item/index"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/chat",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "聊天"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/task",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "任务"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "pages/owner",
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "个人中心"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"easycom": {
|
|
|
|
"autoscan": true,
|
|
|
|
"custom": {
|
|
|
|
"^cs-(.*)": "@/components/cs-$1/index.vue", // 匹配components目录内的vue文件
|
|
|
|
"^s-(.*)": "@/uni_modules/s-components/s-$1/index.vue" // 匹配components目录内的vue文件
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subPackages": [{
|
|
|
|
"root": "sub",
|
|
|
|
"pages": [{
|
|
|
|
"path": "owner/edit"
|
|
|
|
}, {
|
|
|
|
"path": "owner/invite"
|
|
|
|
}, {
|
|
|
|
"path": "enterprise/edit"
|
|
|
|
}, {
|
|
|
|
"path": "common/waiting"
|
|
|
|
}]
|
|
|
|
}],
|
|
|
|
"tabBar": {
|
|
|
|
"list": [{
|
|
|
|
"pagePath": "pages/index"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/task"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/chat"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/enterprise"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/owner"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"globalStyle": {
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
}
|
|
|
|
}
|