123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle":"custom"
- }
- }
- ,{
- "path" : "pages/enterprise-reg/enterprise-reg",
- "style" :
- {
- "navigationBarTitleText": "企业注册",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "登录",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/business-entering/business-entering",
- "style" :
- {
- "navigationBarTitleText": "业务录入",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/business-order/business-order",
- "style" :
- {
- "navigationBarTitleText": "业务订单",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/customer-management/customer-management",
- "style" :
- {
- "navigationBarTitleText": "客户管理",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/inout-record/inout-record",
- "style" :
- {
- "navigationBarTitleText": "出入记录",
- "navigationStyle":"custom"
- }
-
- }
- ,{
- "path" : "pages/choose-business/choose-business",
- "style" :
- {
- "navigationBarTitleText": "选择业务",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- },{
- "path" : "pages/ok/registerSuccess",
- "style" :
- {
- "navigationBarTitleText": "注册成功",
- "enablePullDownRefresh": false,
- "navigationStyle":"custom"
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|