no message
parent
7abafcc28c
commit
2b8ab927fd
@ -1,71 +1,71 @@
|
||||
{
|
||||
"pages": [{
|
||||
"path": "pages/main/home/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": "鹿和开发套件",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/main/user/user",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/main/login/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
"pages": [{
|
||||
"path": "pages/main/home/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": "鹿和开发套件",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/main/user/user",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}, {
|
||||
"path": "pages/main/login/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}],
|
||||
"subPackages": [{
|
||||
"root": "pages/dev",
|
||||
"pages": [{
|
||||
"path": "dev/dev",
|
||||
"style": {
|
||||
"navigationBarTitleText": "示例",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}],
|
||||
"subPackages": [{
|
||||
"root": "pages/dev",
|
||||
"pages": [{
|
||||
"path": "dev/dev",
|
||||
"style": {
|
||||
"navigationBarTitleText": "示例",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}]
|
||||
}, {
|
||||
"root": "pages/user",
|
||||
"pages": [{
|
||||
"path": "set_info/set_info",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
"root": "pages/user",
|
||||
"pages": [{
|
||||
"path": "set_info/set_info",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}]
|
||||
}],
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#333333",
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/main/home/home",
|
||||
"iconPath": "static/tabbar/hof.png",
|
||||
"selectedIconPath": "static/tabbar/hon.png",
|
||||
"text": "YO"
|
||||
}, {
|
||||
"pagePath": "pages/main/user/user",
|
||||
"iconPath": "static/tabbar/hof.png",
|
||||
"selectedIconPath": "static/tabbar/hon.png",
|
||||
"text": "HA"
|
||||
}]
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"easycom": {
|
||||
"Login": "@/components/Login/Login.vue",
|
||||
"Loading": "@/components/Loading/Loading.vue"
|
||||
}
|
||||
}]
|
||||
}],
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#333333",
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [{
|
||||
"pagePath": "pages/main/home/home",
|
||||
"iconPath": "static/tabbar/hof.png",
|
||||
"selectedIconPath": "static/tabbar/hon.png",
|
||||
"text": "YO"
|
||||
}, {
|
||||
"pagePath": "pages/main/user/user",
|
||||
"iconPath": "static/tabbar/hof.png",
|
||||
"selectedIconPath": "static/tabbar/hon.png",
|
||||
"text": "HA"
|
||||
}]
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"easycom": {
|
||||
"Login": "@/components/Login/Login.vue",
|
||||
"Loading": "@/components/Loading/Loading.vue"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue