diff --git a/src/api/api.js b/src/api/api.js index 80e7061..26f950e 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -3,6 +3,7 @@ import router from '../router'; // 创建axios实例 const service = axios.create({ // baseURL: "http://www.huorantech.cn:9000",//线上 + // baseURL: "http://124.71.12.62:9000",//线上 baseURL: "http://39.108.250.202:9000/", // 中台测试服 // baseURL: "http://192.168.31.137:9000/", // 赓 // baseURL: "http://192.168.31.151:9000/", // 榕 diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 15aa030..ddc0fbc 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -476,6 +476,7 @@ export default { this.projectManage = data.data.projectManage; this.requires = data.data.projectJudgmentVos; //线上 + // 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 @@ -503,7 +504,6 @@ export default { cancelButtonText: '取消', type: 'warning' }).then(() => { - console.log('=====') this.sureSubmit(true) }).catch(() => { this.$message({ @@ -695,6 +695,7 @@ export default { this.$router.push('/index/list') this.getBeginTime() //线上 + // 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