uniapp-app/pages.json
2025-08-21 09:59:04 +08:00

284 lines
5.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app": {
"bounce": "none"
}
}
},
{
"path": "pages/patientClass/patientClass",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "pages/live/live",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "pages/education/education",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "pages/my/my",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
}
],
"subPackages": [
{
"root": "pages_course",
"pages": [
{
"path": "index/index",
"style": {
"navigationBarTitleText": "课程页面演示",
"app": {
"bounce": "none"
}
}
},
{
"path": "course/course",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "肝胆相照精品课",
"app": {
"bounce": "none"
}
}
},
{
"path": "course_detail/course_detail",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "课程详情",
"app": {
"bounce": "none"
}
}
},
{
"path": "course_review/course_review",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "评价课程",
"app": {
"bounce": "none"
}
}
},
{
"path": "my_courses/my_courses",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "我的课程",
"app": {
"bounce": "none"
}
}
},
{
"path": "course_payment/course_payment",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "课程支付",
"app": {
"bounce": "none"
}
}
},
{
"path": "order_record/order_record",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "订单记录",
"app": {
"bounce": "none"
}
}
},
{
"path": "course_filter/course_filter",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "筛选",
"app": {
"bounce": "none"
}
}
}
]
},
{
"root": "pages_app",
"pages": [
{
"path": "search/search",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "login/login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "video/video",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "news/news",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "ppt/ppt",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "msg/msg",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "myWelfare/myWelfare",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "zhinan/zhinan",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "qikan/qikan",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "smsLogin/smsLogin",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
},
{
"path": "pwdLogin/pwdLogin",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "uni-app分页",
"app": {
"bounce": "none"
}
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "pages_app/login/login", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
}
}