Commit b9945807 authored by 张伯涛's avatar 张伯涛

接口地址修改

parent ef488109
......@@ -3,5 +3,5 @@ ENV = 'dev'
NODE_ENV= 'dev'
# 私有环境
# base api
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
VUE_APP_BASE_API = 'http://117.122.212.101:8090'
......@@ -4,4 +4,4 @@ ENV = 'production'
# 生产环境
# base api
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
VUE_APP_BASE_API = 'http://117.122.212.101:8090'
......@@ -3,5 +3,5 @@ ENV = 'test'
NODE_ENV= 'production'
# 测试环境
# base api
VUE_APP_BASE_API = 'http://10.19.103.15:8090'
VUE_APP_BASE_API = 'http://117.122.212.101:8090'
......@@ -124,7 +124,7 @@ export default {
})
},
del(row) {
this.$axios.delete('http://10.19.103.15:8090/contractlog/contract-log/delete/' + row.BUSINESSID).then(res => {
this.$axios.delete('http://117.122.212.101:8090/contractlog/contract-log/delete/' + row.BUSINESSID).then(res => {
if (!res.errno) {
this.findLog()
/* console.log(this.data)*/
......@@ -148,7 +148,7 @@ export default {
},
findLog() {
console.log('时间', this.searchParams.CREATEDATE)
this.$axios.get('http://10.19.103.15:8090/contractlog/contract-log/queryContractLogByPage',
this.$axios.get('http://117.122.212.101:8090/contractlog/contract-log/queryContractLogByPage',
{ params: {
rows: this.rows,
page: this.page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment