|
@@ -6,7 +6,7 @@
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "首页",
|
|
|
+ "navigationBarTitleText": "",//首页
|
|
|
"navigationStyle":"custom"
|
|
|
}
|
|
|
}
|
|
@@ -14,8 +14,8 @@
|
|
|
"path" : "pages/enterprise-reg/enterprise-reg",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "企业注册",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//企业注册
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -23,8 +23,8 @@
|
|
|
"path" : "pages/login/login",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//登录
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -32,8 +32,8 @@
|
|
|
"path" : "pages/business-entering/business-entering",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "业务录入",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//业务录入
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -41,8 +41,8 @@
|
|
|
"path" : "pages/business-order/business-order",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "业务订单",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//业务订单
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -50,8 +50,8 @@
|
|
|
"path" : "pages/customer-management/customer-management",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "客户管理",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//客户管理
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -59,8 +59,8 @@
|
|
|
"path" : "pages/inout-record/inout-record",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "出入记录",
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//出入记录
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -68,18 +68,16 @@
|
|
|
"path" : "pages/choose-business/choose-business",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "选择业务",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//选择业务
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
},{
|
|
|
"path" : "pages/ok/registerSuccess",
|
|
|
"style" :
|
|
|
{
|
|
|
- "navigationBarTitleText": "注册成功",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle":"custom"
|
|
|
+ "navigationBarTitleText": ""//注册成功
|
|
|
+ //"navigationStyle":"custom"
|
|
|
}
|
|
|
|
|
|
},{
|
|
@@ -97,6 +95,8 @@
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
+ "navigationBarBackgroundColor":"#0080ff",
|
|
|
+ "navigationBarTextStyle":"#fff"
|
|
|
}
|
|
|
}
|