Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyunapp into bjxz-dev
This commit is contained in:
commit
fa4d203152
4
main.js
4
main.js
@ -38,9 +38,9 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||||
Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||||
|
|||||||
@ -244,7 +244,8 @@
|
|||||||
id: this.checkRecord.id,
|
id: this.checkRecord.id,
|
||||||
acceptanceResult: this.formData.acceptanceResult, //验收结果
|
acceptanceResult: this.formData.acceptanceResult, //验收结果
|
||||||
acceptanceDesc: this.formData.acceptanceDescribe, //验收描述
|
acceptanceDesc: this.formData.acceptanceDescribe, //验收描述
|
||||||
photo: this.formData.imgFileList[0].url
|
photo: this.formData.imgFileList[0].url,
|
||||||
|
type: 1
|
||||||
}
|
}
|
||||||
// data.createUser = JSON.parse(uni.getStorageSync('userInfo')).userId;
|
// data.createUser = JSON.parse(uni.getStorageSync('userInfo')).userId;
|
||||||
// let arr = []
|
// let arr = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user