|
@@ -1,79 +1,65 @@
|
|
|
{
|
|
|
-
|
|
|
- "tabBar": {
|
|
|
- "color": "#7A7E83",
|
|
|
- "selectedColor": "#3cc51f",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/image/index.png",
|
|
|
- "selectedIconPath": "static/image/index-s.png",
|
|
|
- "text": "首页"
|
|
|
+ "lazyCodeLoading": "requiredComponents",
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#7A7E83",
|
|
|
+ "selectedColor": "#3cc51f",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/image/index.png",
|
|
|
+ "selectedIconPath": "static/image/index-s.png",
|
|
|
+ "text": "首页"
|
|
|
},
|
|
|
- {
|
|
|
- "pagePath": "pages/my/index",
|
|
|
- "iconPath": "static/image/my.png",
|
|
|
- "selectedIconPath": "static/image/my-s.png",
|
|
|
- "text": "我的"
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
+ "iconPath": "static/image/my.png",
|
|
|
+ "selectedIconPath": "static/image/my-s.png",
|
|
|
+ "text": "我的"
|
|
|
}
|
|
|
]
|
|
|
- },
|
|
|
-
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
-
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
+ },
|
|
|
+
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
+ }
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/my/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人中心",
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
|
|
|
- }
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "onReachBottomDistance": 100 //距离底部100像素时,触发加载更多功能
|
|
|
+ }
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/lr/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加客户信息"
|
|
|
- }
|
|
|
+ {
|
|
|
+ "path": "pages/lr/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加客户信息"
|
|
|
+ }
|
|
|
},
|
|
|
- {
|
|
|
- "path": "pages/lr/bhAdd",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加病史记录"
|
|
|
- }
|
|
|
+ {
|
|
|
+ "path": "pages/lr/bhAdd",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加病史记录"
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "uniIdRouter": {},
|
|
|
- "condition" : { //模式配置,仅开发期间生效
|
|
|
- "current": 0, //当前激活的模式(list 的索引项)
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "name": "login", //模式名称
|
|
|
- "path": "pages/login/login", //启动页面,必选
|
|
|
- "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "uniIdRouter": {}
|
|
|
}
|