diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 5f50898..248121c 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -547,9 +547,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)=>{ }) @@ -779,46 +779,11 @@ 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 }, - //重新开始 - // reload() { - // let token = sessionStorage.getItem('token') - // let cid = sessionStorage.getItem('cid') - // let systemId = sessionStorage.getItem('systemId') - // let projectId = sessionStorage.getItem('projectId') - // let formList = [] - // sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) - // sessionStorage.setItem('accountVoucher', JSON.stringify(formList)) - // sessionStorage.setItem('accountPasswordAll', '') - // let params = { - // "projectId":projectId, - // } - // this.selectProjects(params) - // this.popContainer = false - // this.sss = 1 - // this.startCountFn(); - // deleteCache().then((data)=>{ - - // }).catch(() => { - - // }) - // this.globalTimer = ""; - // this.countVal = ""; - // this.day = "00"; - // this.seconds = "00"; - // this.minutes = "00"; - // this.hour = "00"; - // this.grade = '00' - // //线上 - // // 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://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId - // }, + checkVer() { let data = { userId: this.userId, diff --git a/src/components/dialog/index.vue b/src/components/dialog/index.vue index ab2aa23..40715d2 100644 --- a/src/components/dialog/index.vue +++ b/src/components/dialog/index.vue @@ -9,7 +9,7 @@ class="apple" :close-on-click-modal="true" :show-close="false" - custom-class="2xl:w-3/5 xl:w-4/5 lg:w-full bgNone" + custom-class="2xl:w3w5 xl:w4w5 lg:w-full bgNone" >
@@ -466,6 +466,12 @@ export default { \ No newline at end of file