edu/uniapp/src/pages.json

137 lines
3.8 KiB
JSON
Raw Normal View History

2022-08-26 09:52:43 +00:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "资讯",
"disableScroll": true
2022-08-26 09:52:43 +00:00
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
}
2022-09-07 06:30:47 +00:00
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
2022-09-07 12:58:01 +00:00
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
2022-09-08 08:28:56 +00:00
},
2022-09-09 01:50:39 +00:00
{
"path": "pages/forget_pwd/forget_pwd",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
2022-09-08 08:28:56 +00:00
{
"path": "pages/customer_service/customer_service",
"style": {
"navigationBarTitleText": "联系客服"
}
},
{
"path": "pages/news_detail/news_detail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/user_set/user_set",
"style": {
"navigationBarTitleText": "个人设置"
2022-09-09 08:22:08 +00:00
},
"auth": true
},
2022-09-08 10:20:32 +00:00
{
"path": "pages/collection/collection",
"style": {
"navigationBarTitleText": "我的收藏"
2022-09-09 02:45:16 +00:00
},
"auth": true
},
{
"path": "pages/as_us/as_us",
"style": {
"navigationBarTitleText": "关于我们"
2022-09-08 10:20:32 +00:00
}
},
{
"path": "pages/agreement/agreement",
"style": {
"navigationBarTitleText": "协议"
}
},
{
"path": "pages/change_password/change_password",
"style": {
"navigationBarTitleText": "修改密码"
2022-09-09 08:22:08 +00:00
},
"auth": true
},
{
"path": "pages/user_data/user_data",
"style": {
"navigationBarTitleText": "个人资料"
2022-09-09 08:22:08 +00:00
},
"auth": true
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
2022-09-09 06:44:55 +00:00
},
{
"path": "pages/webview/webview"
2022-09-09 07:19:08 +00:00
},
2022-09-13 09:41:24 +00:00
{
"path": "pages/bind_mobile/bind_mobile",
"style": {
"navigationBarTitleText": "绑定手机号"
}
},
2022-09-15 02:53:31 +00:00
{
"path": "pages/empty/empty",
"style": {
"navigationStyle": "custom"
}
},
2022-09-09 07:19:08 +00:00
{
"path": "uni_modules/vk-uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
2022-09-08 10:20:32 +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
},
"easycom": {
"custom": {
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
}
}
}