diff --git a/src/config.js b/src/config.js index 01f1100..e3d4cf7 100644 --- a/src/config.js +++ b/src/config.js @@ -1,7 +1,7 @@ // 应用全局配置 const config = { // baseUrl: 'http://47.106.185.127:48080',127.0.0.1 - baseUrl: 'http://127.0.0.1:48080', + baseUrl: 'http://47.106.185.127:48080', // 应用信息 appInfo: { // 应用名称 diff --git a/src/pages.json b/src/pages.json index 6f1efcb..04bc267 100644 --- a/src/pages.json +++ b/src/pages.json @@ -15,20 +15,20 @@ { "path": "pages/index", "style": { - "navigationBarTitleText": "生产计划", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/login", "style": { - "navigationBarTitleText": "登录" + "navigationStyle": "custom" } }, { "path": "pages/work", "style": { - "navigationBarTitleText": "近三天投料记录", + "navigationStyle": "custom", "enablePullDownRefresh": true } }, @@ -36,7 +36,7 @@ { "path": "pages/mine", "style": { - "navigationBarTitleText": "个人中心" + "navigationStyle": "custom" } }, { @@ -60,7 +60,7 @@ { "path": "pages/report", "style": { - "navigationBarTitleText": "生产报工", + "navigationStyle": "custom", "enablePullDownRefresh": true } } @@ -119,19 +119,19 @@ { "path": "info/index", "style": { - "navigationBarTitleText": "个人信息" + "navigationStyle": "custom" } }, { "path": "info/edit", "style": { - "navigationBarTitleText": "编辑资料" + "navigationStyle": "custom" } }, { "path": "pwd/index", "style": { - "navigationBarTitleText": "修改密码" + "navigationStyle": "custom" } }, { @@ -143,7 +143,7 @@ { "path": "help/index", "style": { - "navigationBarTitleText": "常见问题" + "navigationStyle": "custom" } }, { @@ -311,16 +311,16 @@ }, { "pagePath": "pages/work", - "iconPath": "static/images/tabbar/work.png", - "selectedIconPath": "static/images/tabbar/work_.png", + "iconPath": "static/images/tabbar/material.png", + "selectedIconPath": "static/images/tabbar/material_.png", "text": "投料" }, - { + /*{ "pagePath": "pages/template", "iconPath": "static/images/tabbar/work.png", "selectedIconPath": "static/images/tabbar/work_.png", "text": "模板" - }, + },*/ { "pagePath": "pages/mine", "iconPath": "static/images/tabbar/mine.png", @@ -332,6 +332,6 @@ "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "BESURE", - "navigationBarBackgroundColor": "#FFFFFF" + "navigationBarBackgroundColor": "#ffffff" } } diff --git a/src/pages/index.vue b/src/pages/index.vue index ab87aaa..fd47b28 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,7 +1,19 @@