代码拉取完成,页面将自动刷新
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。