diff --git a/App.vue b/App.vue index 3069563..e711b4f 100644 --- a/App.vue +++ b/App.vue @@ -13,7 +13,7 @@ } else { uni.reLaunch({ url: '/pages/login/login' - // url:'/pages/spjk/index' + // url:'/pages/mypage/mypage' }) console.log(token.secretKey,'App Launch2') } diff --git a/pages.json b/pages.json index 9cae36b..183b220 100644 --- a/pages.json +++ b/pages.json @@ -323,6 +323,12 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "pages/ylzList/detail/index", + "style": { + "navigationBarTitleText": "" + } } ], @@ -340,12 +346,6 @@ "selectedIconPath": "static/tabs/home2.png", "text": "首页" }, - { - "pagePath": "pages/addressBook/addressBook", - "iconPath": "/static/tabs/phone_icon@2x.png", - "selectedIconPath": "static/tabs/phone_icon@2x2.png", - "text": "通讯录" - }, { "pagePath": "pages/mypage/mypage", "iconPath": "/static/images/my2_icon@2x.png", diff --git a/pages/aqjc/index.vue b/pages/aqjc/index.vue index ecb702a..8c2dd5f 100644 --- a/pages/aqjc/index.vue +++ b/pages/aqjc/index.vue @@ -71,7 +71,7 @@ import moment from "moment" import drpOption from './jrxOptions'; import JcsjTable from "./jcsjTable" - const stm = moment().subtract(7, 'months').add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); + const stm = moment().subtract(1, 'days').add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); const etm = moment().add(1, 'hour').set({minute: 0, second: 0}).format("YYYY-MM-DD HH:mm"); export default { diff --git a/pages/homeIndex/index.vue b/pages/homeIndex/index.vue index 144091a..530bd13 100644 --- a/pages/homeIndex/index.vue +++ b/pages/homeIndex/index.vue @@ -8,7 +8,7 @@
-
{{ userList.userName }}
+
{{ userList.nickName }}
{{ userList.dept.deptName || '' }}
@@ -26,7 +26,7 @@