优化新购图片上传问题
This commit is contained in:
parent
ca3a671f2a
commit
54077911c4
|
|
@ -694,7 +694,8 @@ export default {
|
||||||
},
|
},
|
||||||
//图片查看
|
//图片查看
|
||||||
openImg(url) {
|
openImg(url) {
|
||||||
this.dialogImageUrl = this.uploadUrl + url
|
// this.dialogImageUrl = this.uploadUrl + url
|
||||||
|
this.dialogImageUrl = url
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
},
|
},
|
||||||
// 多选框选中数据
|
// 多选框选中数据
|
||||||
|
|
|
||||||
|
|
@ -998,7 +998,8 @@ export default {
|
||||||
},
|
},
|
||||||
//图片查看
|
//图片查看
|
||||||
openImg(url) {
|
openImg(url) {
|
||||||
this.dialogImageUrl = this.uploadUrl + url
|
// this.dialogImageUrl = this.uploadUrl + url
|
||||||
|
this.dialogImageUrl = url
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
},
|
},
|
||||||
//文件上传
|
//文件上传
|
||||||
|
|
|
||||||
|
|
@ -994,7 +994,8 @@ export default {
|
||||||
},
|
},
|
||||||
//图片查看
|
//图片查看
|
||||||
openImg(url) {
|
openImg(url) {
|
||||||
this.dialogImageUrl = this.uploadUrl + url
|
// this.dialogImageUrl = this.uploadUrl + url
|
||||||
|
this.dialogImageUrl = url
|
||||||
this.dialogVisible = true
|
this.dialogVisible = true
|
||||||
},
|
},
|
||||||
//验收后禁止勾选
|
//验收后禁止勾选
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ module.exports = {
|
||||||
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
// target: `https://test-cc.zhgkxt.com`,//线上环境-南网
|
||||||
// target: `https://z.csgmall.com.cn`,
|
// target: `https://z.csgmall.com.cn`,
|
||||||
|
|
||||||
target: `http://10.40.92.60:28080`, //超
|
target: `http://192.168.2.76:28080`, //超
|
||||||
// target: `http://10.40.92.81:8080`, //韩/
|
// target: `http://10.40.92.81:8080`, //韩/
|
||||||
// target: `http://10.40.92.74:8080`,//旭/
|
// target: `http://10.40.92.74:8080`,//旭/
|
||||||
//target: `http://192.168.2.248:28080`, //帅
|
//target: `http://192.168.2.248:28080`, //帅
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue