2022-08-26 09:52:43 +00:00
|
|
|
{
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2024-10-10 06:10:49 +00:00
|
|
|
// #ifndef H5
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef H5
|
2022-08-26 09:52:43 +00:00
|
|
|
"navigationBarTitleText": "首页"
|
2024-10-10 06:10:49 +00:00
|
|
|
// #endif
|
2022-08-26 09:52:43 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/user/user",
|
|
|
|
|
"style": {
|
2024-10-10 06:10:49 +00:00
|
|
|
// #ifndef H5
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
// #endif
|
|
|
|
|
// #ifdef H5
|
2022-08-26 09:52:43 +00:00
|
|
|
"navigationBarTitleText": "个人中心"
|
2024-10-10 06:10:49 +00:00
|
|
|
// #endif
|
2022-08-26 09:52:43 +00:00
|
|
|
}
|
2022-09-07 06:30:47 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录"
|
2024-10-10 06:10:49 +00:00
|
|
|
},
|
|
|
|
|
"meta": {
|
|
|
|
|
"white": true
|
2022-09-07 06:30:47 +00:00
|
|
|
}
|
2022-09-07 12:58:01 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/register/register",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "注册"
|
2024-10-10 06:10:49 +00:00
|
|
|
},
|
|
|
|
|
"meta": {
|
|
|
|
|
"white": true
|
2022-09-07 12:58:01 +00:00
|
|
|
}
|
2022-09-08 08:28:56 +00:00
|
|
|
},
|
2022-09-09 01:50:39 +00:00
|
|
|
{
|
2026-03-02 02:11:19 +00:00
|
|
|
"path": "pages/pre_registration/pre_registration",
|
2022-09-08 10:20:32 +00:00
|
|
|
"style": {
|
2026-03-02 02:11:19 +00:00
|
|
|
"navigationBarTitleText": "预报名"
|
2024-10-10 06:10:49 +00:00
|
|
|
}
|
2022-09-09 01:59:06 +00:00
|
|
|
},
|
2022-09-09 02:46:37 +00:00
|
|
|
{
|
2026-03-02 02:11:19 +00:00
|
|
|
"path": "pages/submit_success/submit_success",
|
2022-09-09 02:46:37 +00:00
|
|
|
"style": {
|
2026-03-02 02:11:19 +00:00
|
|
|
"navigationBarTitleText": "提交成功"
|
2022-09-08 10:20:32 +00:00
|
|
|
}
|
2022-09-09 02:46:37 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-02 02:11:19 +00:00
|
|
|
"path": "pages/my_recruitment/my_recruitment",
|
2022-09-09 02:46:37 +00:00
|
|
|
"style": {
|
2026-03-18 06:37:30 +00:00
|
|
|
"navigationBarTitleText": "我的招生",
|
|
|
|
|
"navigationStyle": "custom"
|
2024-10-10 06:10:49 +00:00
|
|
|
}
|
2022-09-09 02:46:37 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/user_data/user_data",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人资料"
|
2022-09-15 02:53:31 +00:00
|
|
|
}
|
2024-10-10 06:10:49 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-03-02 02:11:19 +00:00
|
|
|
"path": "pages/change_password/change_password",
|
2022-09-09 07:19:08 +00:00
|
|
|
"style": {
|
2026-03-02 02:11:19 +00:00
|
|
|
"navigationBarTitleText": "修改密码"
|
2022-09-09 07:19:08 +00:00
|
|
|
}
|
2022-09-08 10:20:32 +00:00
|
|
|
}
|
2024-10-10 06:10:49 +00:00
|
|
|
],
|
2022-08-26 09:52:43 +00:00
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "商城",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
2022-09-15 06:15:12 +00:00
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
|
"h5": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2022-08-26 09:52:43 +00:00
|
|
|
},
|
2024-10-10 06:10:49 +00:00
|
|
|
"tabBar": {
|
|
|
|
|
"iconWidth": "20px",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "static/images/tabbar/home.png",
|
2026-03-18 06:37:30 +00:00
|
|
|
"selectedIconPath": "static/yubaoming/home_icon_active.png",
|
2024-10-10 06:10:49 +00:00
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "static/images/tabbar/user.png",
|
|
|
|
|
"selectedIconPath": "static/images/tabbar/user_s.png",
|
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2022-08-26 09:52:43 +00:00
|
|
|
"easycom": {
|
|
|
|
|
"custom": {
|
2024-10-10 06:10:49 +00:00
|
|
|
"router-navigate": "uniapp-router-next/components/router-navigate/router-navigate.vue",
|
2022-09-07 13:00:03 +00:00
|
|
|
"^(?!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"
|
2022-08-26 09:52:43 +00:00
|
|
|
}
|
|
|
|
|
}
|
2026-03-02 02:11:19 +00:00
|
|
|
}
|