...
|
...
|
@@ -4,6 +4,28 @@ |
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
"path": "pages/index/indexNoLogin",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "市场监管",
|
|
|
"navigationBarBackgroundColor":"#2e7ff9",
|
|
|
"navigationBarTextStyle":"white"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/employ/editPasswordOrigin",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "市场监管"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/employ/personCenter",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "个人中心",
|
|
|
"navigationBarBackgroundColor":"#2e7ff9",
|
|
|
"navigationBarTextStyle":"white"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/employ/my",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的",
|
...
|
...
|
@@ -257,14 +279,6 @@ |
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/indexNoLogin",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "市场监管",
|
|
|
"navigationBarBackgroundColor":"#2e7ff9",
|
|
|
"navigationBarTextStyle":"white"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
"path": "pages/index/setNewPassword",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "市场监管",
|
...
|
...
|
@@ -316,27 +330,14 @@ |
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
}
|
|
|
/* "tabBar": {
|
|
|
"color": "#7A7E83",
|
|
|
"selectedColor": "#2e7ff9",
|
|
|
"borderStyle": "black",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
"iconPath": "static/image/ic_8@2x.png",
|
|
|
"selectedIconPath": "static/image/ic_8_select@2x.png",
|
|
|
"text": "首页"
|
|
|
"pagePath": "pages/index/index"
|
|
|
}, {
|
|
|
"pagePath": "pages/demand/publish",
|
|
|
"iconPath": "static/image/ic_9@2x.png",
|
|
|
"selectedIconPath": "static/image/ic_9_select@2x.png",
|
|
|
"text": "需求"
|
|
|
"pagePath": "pages/demand/publish"
|
|
|
}, {
|
|
|
"pagePath": "pages/my/my",
|
|
|
"iconPath": "static/image/ic_10@2x.png",
|
|
|
"selectedIconPath": "static/image/ic_10_select@2x.png",
|
|
|
"text": "我的"
|
|
|
"pagePath": "pages/my/my"
|
|
|
}]
|
|
|
} */
|
|
|
}
|
|
|
} |
...
|
...
|
|