|
@@ -3,65 +3,92 @@
|
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
|
"pages": [{
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- //登录
|
|
|
- //"navigationStyle":"custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/login/chooseRole",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "选择角色",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }, {
|
|
|
- "path": "pages/login/register",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ "path": "pages/personal/personal",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
- }, {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ }, {
|
|
|
+ "path": "pages/message/message",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
|
|
|
+ }, {
|
|
|
+ "path": "pages/order/order",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
- ,{
|
|
|
- "path" : "pages/personal/personal",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ],
|
|
|
+ }, {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ //登录
|
|
|
+ //"navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/login/chooseRole",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择角色",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/login/register",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/login/userAgreement",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "white",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
+ // "navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"color": "#7A7E83",
|
|
|
- "selectedColor": "#3cc51f",
|
|
|
"borderStyle": "black",
|
|
|
+ "selectedColor": "#00BFFF",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/image/icon_component.png",
|
|
|
- "selectedIconPath": "static/image/icon_component_HL.png",
|
|
|
+ "iconPath": "static/images/tabbar/home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/home-active.png",
|
|
|
"text": "首页"
|
|
|
}, {
|
|
|
+ "pagePath": "pages/order/order",
|
|
|
+ "iconPath": "static/images/tabbar/order.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/order-active.png",
|
|
|
+ "text": "订单"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
+ "iconPath": "static/images/tabbar/message.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/message-active.png",
|
|
|
+ "text": "消息"
|
|
|
+ }, {
|
|
|
"pagePath": "pages/personal/personal",
|
|
|
- "iconPath": "static/image/icon_API.png",
|
|
|
- "selectedIconPath": "static/image/icon_API_HL.png",
|
|
|
+ "iconPath": "static/images/tabbar/my.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/my-active.png",
|
|
|
"text": "我的"
|
|
|
}]
|
|
|
}
|