159 lines
3.1 KiB
JSON
159 lines
3.1 KiB
JSON
{
|
||
"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_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": "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函数里面得到
|
||
}
|
||
]
|
||
}
|
||
}
|