From 622dbbd2d665030fa12502eec5432ca4a7b9fc8d Mon Sep 17 00:00:00 2001 From: caolc <572275724@qq.com> Date: Fri, 9 Sep 2022 15:02:08 +0800 Subject: [PATCH] 11 --- pages/escalation/escalation.vue | 1 - utils/request.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/escalation/escalation.vue b/pages/escalation/escalation.vue index 339ca1e..25f35c7 100644 --- a/pages/escalation/escalation.vue +++ b/pages/escalation/escalation.vue @@ -126,7 +126,6 @@ onShow() { this.start = this.datefn(); this.single = this.datefn() - console.log(this.start),'+++++++++++++++++++' this.getByPage() }, methods: { diff --git a/utils/request.js b/utils/request.js index 9c656dc..5dd71ba 100644 --- a/utils/request.js +++ b/utils/request.js @@ -2,12 +2,12 @@ import axios from 'axios' import utils from '@/utils/encode' // const env = 'test' /* */ - // const env = 'test'// 仅用于测试、 - const env = 'production' + const env = 'test'// 仅用于测试、 + // const env = 'production' //42 洛超 /29 孙志华 /40 阿浩 // 测试日日顺时需要连阿浩 -const testUrl = 'http://192.168.110.208:38080' +const testUrl = 'http://192.168.46:38080' // const productionUrl = 'https://www.51xingka.net/oilApp' // 生产,加密 old // const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new const productionUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new