1 Star 0 Fork 0

joy蒋/order

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.83 KB
一键复制 编辑 原始数据 按行查看 历史
joy蒋 提交于 2024-03-01 16:27 . 1
{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/course/index",
"style": {
"navigationBarTitleText": "课程"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/course/detail/detail",
"style": {
"navigationBarTitleText": "课程详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/userinfo",
"style": {
"navigationBarTitleText": "用户信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/courseList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/myPersonalCoachList",
"style": {
"navigationBarTitleText": "私教课程列表",
"enablePullDownRefresh": false
// "navigationStyle": "custom",
// "navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/employee/recoveryClass",
"style" :
{
"navigationBarTitleText": "私教新增",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/userList/userList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/admin/employeeList",
"style" :
{
"navigationBarTitleText": "员工列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/admin/addEmployee",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/admin/checkList",
"style" :
{
"navigationBarTitleText": "审核列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/admin/storeOperation",
"style" :
{
"navigationBarTitleText": "运营数据",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/employee/addClass",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/privacyPopup",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#4F4F4F",
"selectedColor": "#C9C4A8",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/index.png",
"selectedIconPath": "static/image/index_HL.png",
"text": "首页"
}, {
"pagePath": "pages/course/index",
"iconPath": "static/image/course.png",
"selectedIconPath": "static/image/course_HL.png",
"text": "课程"
},
{
"pagePath": "pages/my/index",
"iconPath": "static/image/my.png",
"selectedIconPath": "static/image/my_HL.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jyx2018919/order.git
git@gitee.com:jyx2018919/order.git
jyx2018919
order
order
main

搜索帮助