edu/app/src/pages.json

103 lines
3.0 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": "资讯"
}
},
{
"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": "详情"
}
},
2022-09-08 10:20:32 +00:00
{
"path": "pages/collection/collection",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
2022-09-08 10:20:32 +00:00
}
2022-08-26 09:52:43 +00:00
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
2022-09-08 08:40:36 +00:00
"color": "#666666",
"selectedColor": "#4173FF",
2022-08-26 09:52:43 +00:00
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
2022-09-08 08:40:36 +00:00
"iconPath": "/static/images/tabs/home.png",
"selectedIconPath": "/static/images/tabs/home_s.png",
2022-08-26 09:52:43 +00:00
"pagePath": "pages/index/index",
"text": "首页"
},
{
2022-09-08 08:40:36 +00:00
"iconPath": "/static/images/tabs/news.png",
"selectedIconPath": "/static/images/tabs/news_s.png",
2022-08-26 09:52:43 +00:00
"pagePath": "pages/news/news",
"text": "资讯"
},
{
2022-09-08 08:40:36 +00:00
"iconPath": "/static/images/tabs/user.png",
"selectedIconPath": "/static/images/tabs/user_s.png",
2022-08-26 09:52:43 +00:00
"pagePath": "pages/user/user",
"text": "我的"
}
]
},
"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
}
}
}