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