174 lines
3.8 KiB
JSON
174 lines
3.8 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": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
||
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/publish/publish",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/certImg/certImg",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/sickList/sickList",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/videoList/videoList",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
|
||
|
||
{
|
||
"path": "pages/caseTalk/caseTalk",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/specialList/specialList",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/certList/certList",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/myJoin/myJoin",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/myCollect/myCollect",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom",
|
||
"usingComponents": {
|
||
"polyv-player": "plugin://polyv-player/player"
|
||
}
|
||
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/search/search",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/web/web",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/searchList/searchList",
|
||
"style": {
|
||
"navigationBarTitleText": "肝胆相照临床病例库",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
|
||
|
||
{
|
||
"path": "pages/case/case",
|
||
"style": {
|
||
"navigationBarTitleText": "互动病例"
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/apply/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"enablePullDownRefresh": false,
|
||
"disableScroll": true
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/register/register",
|
||
"style": {
|
||
"navigationBarTitleText": "注册"
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "pages_case",
|
||
"pages": [{
|
||
"path": "index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app分页"
|
||
}
|
||
}]
|
||
}],
|
||
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |