pull/1/head^2^2
caolc 2 years ago
parent f145737091
commit 622dbbd2d6
  1. 1
      pages/escalation/escalation.vue
  2. 6
      utils/request.js

@ -126,7 +126,6 @@
onShow() { onShow() {
this.start = this.datefn(); this.start = this.datefn();
this.single = this.datefn() this.single = this.datefn()
console.log(this.start),'+++++++++++++++++++'
this.getByPage() this.getByPage()
}, },
methods: { methods: {

@ -2,12 +2,12 @@ import axios from 'axios'
import utils from '@/utils/encode' import utils from '@/utils/encode'
// const env = 'test' /* */ // const env = 'test' /* */
// const env = 'test'// 仅用于测试、 const env = 'test'// 仅用于测试、
const env = 'production' // const env = 'production'
//42 洛超 /29 孙志华 /40 阿浩 //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.51xingka.net/oilApp' // 生产,加密 old
// const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new // const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
const productionUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new const productionUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new

Loading…
Cancel
Save