{
"pages": [
{
"path": "pages/test/V1/tabBar/home/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/test/V1/tabBar/pay/pay",
"style": {
"navigationBarTitleText": "支付"
}
},
{
"path": "pages/test/V1/tabBar/look/look",
"style": {
"navigationBarTitleText": "集合"
}
},
{
"path": "pages/test/V1/tabBar/center/center",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/youhujun/V1/user/login/login/login",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/user/login/register/register",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/user/login/rest-password/rest-password",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/user/login/user-help/user-help",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/user/login/wechat-auth/wechat-auth",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/user/after-login/bind-phone/bind-phone",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/document/agreement/agreement",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/youhujun/V1/document/privacy/privacy",
"style": {
"navigationBarTitleText": "",
"titleNView":false
}
},
{
"path": "pages/test/V1/upload/upload-picture/upload-picture",
"style": {
"navigationBarTitleText": "上传图片"
}
},
{
"path": "pages/test/V1/location/get-web-location/get-web-location",
"style": {
"navigationBarTitleText": "定位"
}
},
{
"path": "pages/test/V1/socket/websocket/websocket",
"style": {
"navigationBarTitleText": "websocekt"
}
},
{
"path": "pages/test/V1/socket/admin-websocket/admin-websocket",
"style": {
"navigationBarTitleText": "服务端消息通知"
}
}
],
"easycom": {
"autoscan": true,
"custom": {
"^yh-(.*)": "@/youhujun/V1/components/yh-$1/yh-$1.uvue",
"^yh-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2/yh-$1-$2.uvue",
"^yh-(.*)-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2-$3/yh-$1-$2-$3.uvue",
"^yh-(.*)-(.*)-(.*)-(.*)": "@/youhujun/V1/components/yh-$1-$2-$3/yh-$1-$2-$3-$4.uvue"
}
},
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp x",
"navigationBarTextStyle": "@navigationBarTextStyle",
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"backgroundColorContent": "@backgroundColorContent",
"backgroundColor": "@backgroundColor",
"backgroundTextStyle": "@backgroundTextStyle"
},
"tabBar": {
"color": "@tabBarColor",
"selectedColor": "@tabBarSelectedColor",
"borderStyle": "@tabBarBorderStyle",
"backgroundColor": "@tabBarBackgroundColor",
"list": [
{
"pagePath": "pages/test/V1/tabBar/home/home",
"iconPath": "@tabBarHomeIconPath",
"selectedIconPath": "@tabBarHomeSelectedIconPath",
"text": "首页"
},
{
"pagePath": "pages/test/V1/tabBar/look/look",
"iconPath": "@tabBarLookIconPath",
"selectedIconPath": "@tabBarLookSelectedIconPath",
"text": "集合"
},
{
"pagePath": "pages/test/V1/tabBar/pay/pay",
"iconPath": "@tabBarPayIconPath",
"selectedIconPath": "@tabBarPaySelectedIconPath",
"text": "支付"
},
{
"pagePath": "pages/test/V1/tabBar/center/center",
"iconPath": "@tabBarCenterIconPath",
"selectedIconPath": "@tabBarCenterSelectedIconPath",
"text": "我的"
}
]
},
"condition": {
"current": 0,
"list": [
{
"name": "",
"path": "",
"query": ""
}
]
}
}