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.
124 lines
2.5 KiB
124 lines
2.5 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarText": "燕园"
|
|
}
|
|
}
|
|
],
|
|
"subPackages":[
|
|
{
|
|
"root": "pagesProject",
|
|
"pages": [
|
|
{
|
|
"path": "project/project",
|
|
"style": {
|
|
"navigationBarTitleText": "项目详情页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesYanyuan",
|
|
"pages": [
|
|
{
|
|
"path": "scan-code/scan-code",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "input-code/input-code",
|
|
"style": {
|
|
"navigationBarTitleText": "输入工具码",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "add-info/add-info",
|
|
"style": {
|
|
"navigationBarTitleText": "基本信息",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "ascription/ascription",
|
|
"style": {
|
|
"navigationBarTitleText": "训练归属",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "hold-all/hold-all",
|
|
"style": {
|
|
"navigationBarTitleText": "工具箱",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "wifi-binding/wifi-binding",
|
|
"style": {
|
|
"navigationBarTitleText": "WIFI绑定",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "assess/assess",
|
|
"style": {
|
|
"navigationBarTitleText": "脑力测评",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "transfer-page/transfer-page",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "family-info/family-info",
|
|
"style": {
|
|
"navigationBarTitleText": "家属信息",
|
|
"navigationStyle": "default"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "pagesUser",
|
|
"pages": [
|
|
{
|
|
"path": "phone-bind/phone-bind",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定手机号",
|
|
"navigationStyle": "default"
|
|
}
|
|
},
|
|
{
|
|
"path": "git-phone-power/git-phone-power",
|
|
"style": {
|
|
"navigationBarTitleText": "授权信息",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "TALL",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
"^p-(.*)": "@/plugins/p-$1/p-$1.vue"
|
|
}
|
|
}
|
|
}
|
|
|