108 lines
3.2 KiB
JSON
108 lines
3.2 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
// #ifndef H5
|
|
"navigationStyle": "custom",
|
|
// #endif
|
|
// #ifdef H5
|
|
"navigationBarTitleText": "首页"
|
|
// #endif
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/user",
|
|
"style": {
|
|
// #ifndef H5
|
|
"navigationStyle": "custom",
|
|
// #endif
|
|
// #ifdef H5
|
|
"navigationBarTitleText": "个人中心"
|
|
// #endif
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
},
|
|
"meta": {
|
|
"white": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/register/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
},
|
|
"meta": {
|
|
"white": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pre_registration/pre_registration",
|
|
"style": {
|
|
"navigationBarTitleText": "预报名"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/submit_success/submit_success",
|
|
"style": {
|
|
"navigationBarTitleText": "提交成功"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/my_recruitment/my_recruitment",
|
|
"style": {
|
|
"navigationBarTitleText": "我的招生",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user_data/user_data",
|
|
"style": {
|
|
"navigationBarTitleText": "个人资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/change_password/change_password",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "商城",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8",
|
|
"h5": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"iconWidth": "20px",
|
|
"list": [
|
|
{
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/yubaoming/home_icon_active.png",
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"iconPath": "static/images/tabbar/user.png",
|
|
"selectedIconPath": "static/images/tabbar/user_s.png",
|
|
"pagePath": "pages/user/user",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"easycom": {
|
|
"custom": {
|
|
"router-navigate": "uniapp-router-next/components/router-navigate/router-navigate.vue",
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue",
|
|
"^w-(.*)": "@/components/widgets/$1/$1.vue"
|
|
}
|
|
}
|
|
} |