diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 23b8b3f..cb94817 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -602,9 +602,9 @@ export default { // location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //测试服 - location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //本地 - // location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId } }).catch((error)=>{ }) @@ -835,9 +835,9 @@ export default { // location.href = 'http://124.71.12.62/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //测试服 - location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //本地 - // location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + location.href = "http://192.168.31.155:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId }, checkVer() { diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index fb5dc37..dbdc6e6 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -12,7 +12,7 @@ :show-close="false" custom-class="w-full bgNone z6000" > -
+
提示
@@ -138,7 +138,11 @@ const obj = { 'timeDeposit/openAccount': '整存整取开户', 'timeDeposit/deposit': '整存整取存款', 'timeDeposit/withdrawal': '整存整取取款', - 'timeDeposit/deposit': '整存整取存款', + 'usefulPhrases/openAccount': '零存整取开户', + 'usefulPhrases/continueDeposit': '零存整取续存', + 'usefulPhrases/accoumtClosed': '零存整取销户', + 'callDeposits/openAccount': '通知存款开户', + 'callDeposits/accountClosed': '通知存款销户', 'business/openAccount': '公司业务开户', 'servicesAccount/passwordChange': '密码修改', 'servicesAccount/passwordLost': '密码挂失登记', diff --git a/src/components/selectBusiness/index.vue b/src/components/selectBusiness/index.vue index 92da002..0e31b43 100644 --- a/src/components/selectBusiness/index.vue +++ b/src/components/selectBusiness/index.vue @@ -230,6 +230,7 @@ export default { } this.setShowBusiness(false) + // 清除缓存 详情请参考clearStore let systemData = sessionStorage.getItem('systemData') let token = sessionStorage.getItem('token') let cid = sessionStorage.getItem('cid') @@ -238,6 +239,7 @@ export default { let assessmentId = sessionStorage.getItem('assessmentId') let classId = sessionStorage.getItem('classId') let timestamp = sessionStorage.getItem('timestamp') + let startTime = sessionStorage.getItem('startTime') sessionStorage.clear() sessionStorage.setItem('token', token) sessionStorage.setItem('cid', cid) @@ -252,6 +254,9 @@ export default { if(timestamp) { sessionStorage.setItem('timestamp', timestamp) } + if(startTime) { + sessionStorage.setItem('startTime', startTime) + } // sessionStorage.setItem('systemData', systemData) diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 040a08e..bc89a39 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -141,16 +141,21 @@
- - + + + + + + + -
@@ -418,7 +423,7 @@ export default { callback(new Error('请再次输入密码')); } else if (value.length < 6) { callback(new Error('密码长度小于6位!')); - } else if(value !== this.passwordForm.password){ + } else if(value !== this.passwordForm.passwordAgain){ callback(new Error('两次输入密码不一致!')); }else{ callback(); diff --git a/src/pages/manage/index/index.vue b/src/pages/manage/index/index.vue index c96edd7..fa85e2f 100644 --- a/src/pages/manage/index/index.vue +++ b/src/pages/manage/index/index.vue @@ -1,8 +1,8 @@