20240205
luoJunYong.123 3 years ago
parent 64b58b0607
commit 723333108b
  1. 43
      src/components/case/index.vue
  2. 10
      src/components/dialog/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://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://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)=>{ }).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://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://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() { checkVer() {
let data = { let data = {
userId: this.userId, userId: this.userId,

@ -9,7 +9,7 @@
class="apple" class="apple"
:close-on-click-modal="true" :close-on-click-modal="true"
:show-close="false" :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"
> >
<div class="data-dia23 mx-auto rounded-3xl w-1/2" :class="{ ['myFull']: flow === 3 }"> <div class="data-dia23 mx-auto rounded-3xl w-1/2" :class="{ ['myFull']: flow === 3 }">
<!-- 2xl:w-3/5 xl:w-4/5 lg:w-full --> <!-- 2xl:w-3/5 xl:w-4/5 lg:w-full -->
@ -466,6 +466,12 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.w3w5 {
width: 60%;
}
.w4w5 {
width: 80%;
}
/deep/.el-dialog { /deep/.el-dialog {
-webkit-box-shadow:0; -webkit-box-shadow:0;
box-shadow: 0 0 0 0!important; box-shadow: 0 0 0 0!important;
@ -588,6 +594,6 @@ export default {
background-color: transparent; background-color: transparent;
} }
/deep/.myFull { /deep/.myFull {
width: 100%; width: 70%;
} }
</style> </style>
Loading…
Cancel
Save