1 Star 0 Fork 0

scbanxue/starlight-psychology-app-platuser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.95 KB
一键复制 编辑 原始数据 按行查看 历史
{
"lazyCodeLoading": "requiredComponents",
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/scalevariables/scalevariables",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/orderInfo/orderInfo",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/psychometry/psychometry",
"style": {
"navigationBarTitleText": "心理测量",
"enablePullDownRefresh": true
}
},
{
"path": "pages/article/article",
"style": {
"navigationBarTitleText": "科普文章",
"enablePullDownRefresh": true
}
},
{
"path": "pages/article/articleDetails",
"style": {
"navigationBarTitleText": "科普文章",
"enablePullDownRefresh": true
}
},
{
"path": "pages/subscribe/subscribe",
"style": {
"navigationBarTitleText": "咨询预约"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#f7f7f7"
}
},
{
"path": "pages/counselor/counselor",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#f7f7f7"
}
},
{
"path": "pages/mysubscribe/mysubscribe",
"style": {
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": true
}
},
{
"path": "pages/trainsubcribe/trainsubcribe",
"style": {
"navigationBarTitleText": "培训预约"
}
},
{
"path": "pages/persondata/persondata",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/changenickname/changenickname",
"style": {
"navigationBarTitleText": "修改昵称"
}
},
{
"path": "pages/basequestion/basequestion",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},
{
"path": "pages/createorder/createorder",
"style": {
"navigationBarTitleText": "订单提交"
}
},
{
"path": "pages/lessonDetails/lessonDetails",
"style": {
"navigationBarTitleText": "培训详情"
}
},
{
"path": "pages/createtrainorder/createtrainorder",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/protocol/protocol",
"style": {
"navigationBarTitleText": "隐私协议"
}
},
{
"path": "pages/contact/contact",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/teampsychometry/teampsychometry",
"style": {
"navigationBarTitleText": "团体测评"
}
},
{
"path": "pages/teampsychometrylogin/teampsychometrylogin",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/evaluation/evaluation",
"style": {
"navigationBarTitleText": "测评记录",
"enablePullDownRefresh": true
}
},
{
"path": "pages/journey/journey",
"style": {
"navigationBarTitleText": "行程记录",
"enablePullDownRefresh": true
}
},
{
"path": "pages/review/review",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/evaluationresult/evaluationresult",
"style": {
"navigationBarTitleText": "汉密顿抑郁量表"
}
},
{
"path": "pages/scaleinterpret/scaleinterpret",
"style": {
"navigationBarTitleText": "报告解读"
}
},
{
"path": "pages/report/report",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/msglist/msglist",
"style": {
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/msginfo/msginfo",
"style": {
"navigationBarTitleText": "消息详情"
}
}
// {
// "path": "components/subscribe-item/subscribe-item/subscribe-item",
// "style": {
// "navigationBarTitleText": ""
// }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFB551",
"backgroundColor": "#f7f7f7"
},
"uniIdRouter": {},
"tabBar": {
"color": "#797979",
"selectedColor": "#FFB551",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icons/home.png",
"selectedIconPath": "static/icons/homeSelect.png",
"text": "首页"
},
{
"pagePath": "pages/article/article",
"iconPath": "static/icons/assess.png",
"selectedIconPath": "static/icons/assessSelect.png",
"text": "科普文章"
},
{
"pagePath": "pages/mysubscribe/mysubscribe",
"iconPath": "static/icons/news.png",
"selectedIconPath": "static/icons/newsSelect.png",
"text": "我的预约"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/icons/mine.png",
"selectedIconPath": "static/icons/mineSelect.png",
"text": "个人中心"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scbanxue/starlight-psychology-app-platuser.git
git@gitee.com:scbanxue/starlight-psychology-app-platuser.git
scbanxue
starlight-psychology-app-platuser
starlight-psychology-app-platuser
master

搜索帮助