|
@@ -1168,7 +1168,8 @@ export default {
|
|
}
|
|
}
|
|
if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
|
|
if (this.tablePicArr.Pic && this.tablePicArr.Pic.length) {
|
|
this.dragSrc =
|
|
this.dragSrc =
|
|
- process.env.BASE_URL + ":8890/photo-View.html?type=" +
|
|
|
|
|
|
+ // process.env.BASE_URL + ":8890/photo-View.html?type=" +
|
|
|
|
+ process.env.BASE_URL + "/photo-View.html?type=" +
|
|
// "http://172.16.0.181:8890/photo-View.html?type=" +
|
|
// "http://172.16.0.181:8890/photo-View.html?type=" +
|
|
this.tablePicArr.Pic[0].type +
|
|
this.tablePicArr.Pic[0].type +
|
|
"&key=" +
|
|
"&key=" +
|
|
@@ -1254,7 +1255,8 @@ export default {
|
|
//点击图片查看大图
|
|
//点击图片查看大图
|
|
seeBig(key, name, type) {
|
|
seeBig(key, name, type) {
|
|
this.dragSrc =
|
|
this.dragSrc =
|
|
- process.env.BASE_URL + ":8890/photo-View.html?type=" +
|
|
|
|
|
|
+ // process.env.BASE_URL + ":8890/photo-View.html?type=" +
|
|
|
|
+ process.env.BASE_URL + "/photo-View.html?type=" +
|
|
type +
|
|
type +
|
|
"&key=" +
|
|
"&key=" +
|
|
key +
|
|
key +
|