168 lines
3.9 KiB
JSON
168 lines
3.9 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [
|
||
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/webview",
|
||
"style": {
|
||
"navigationBarTitleText": "作业管控智慧平台",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/message/index",
|
||
"style": {
|
||
"navigationBarTitleText": "消息"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/message/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "消息"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/gzt/index",
|
||
"style": {
|
||
"navigationBarTitleText": "作业管控智慧平台",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/txl/index",
|
||
"style": {
|
||
"navigationBarTitleText": "通讯录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/mine/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/user/user",
|
||
"style": {
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/user/settings",
|
||
"style": {
|
||
"navigationBarTitleText": "设置"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/learnProj/learnProj",
|
||
"style": {
|
||
"navigationBarTitleText": "学习项目"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/learnProj/learnProjDetail",
|
||
"style": {
|
||
"navigationBarTitleText": "学习项目"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/user/editProfile",
|
||
"style": {
|
||
"navigationBarTitleText": "编辑资料"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/user/changeGate",
|
||
"style": {
|
||
"navigationBarTitleText": "选择公司",
|
||
"app-plus": {
|
||
"titleNView": {
|
||
"buttons": [
|
||
{
|
||
"text": "完成",
|
||
"fontSize": "16px",
|
||
"color": "#000",
|
||
"float": "right"
|
||
}
|
||
]
|
||
}
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/exam/exam",
|
||
"style": {
|
||
"navigationBarTitleText": "考试"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/YNEduApp/exam/beforeExam",
|
||
"style": {
|
||
"navigationBarTitleText": ""
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"fontFamily": "Helvetica, Arial, sans-serif",
|
||
"pageOrientation": "portrait",
|
||
"navigationBarTitleText": "作业管控智慧平台",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"backgroundColor": "#F8F8F8",
|
||
"backgroundColorTop": "#F4F5F6",
|
||
"backgroundColorBottom": "#F4F5F6",
|
||
"mp-360": {
|
||
"navigationStyle": "custom"
|
||
},
|
||
"h5": {
|
||
"maxWidth": 1190,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarBackgroundColor": "#F1F1F1"
|
||
}
|
||
}
|
||
/* "tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#007AFF",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#F8F8F8",
|
||
"list": [{
|
||
"pagePath": "pages/message/index",
|
||
"iconPath": "static/images/dh1_0.png",
|
||
"selectedIconPath": "static/images/dh1s.png",
|
||
"text": "消息"
|
||
},
|
||
{
|
||
"pagePath": "pages/gzt/index",
|
||
"iconPath": "static/images/dh2.png",
|
||
"selectedIconPath": "static/images/dh2s.png",
|
||
"text": "工作台"
|
||
}, {
|
||
"pagePath": "pages/txl/index",
|
||
"iconPath": "static/images/dh3.png",
|
||
"selectedIconPath": "static/images/dh3s.png",
|
||
"text": "通讯录"
|
||
}, {
|
||
"pagePath": "pages/mine/index",
|
||
"iconPath": "static/images/dh4.png",
|
||
"selectedIconPath": "static/images/dh4s.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
} */
|
||
}
|