Commit b2670c39 authored by 邓春圆's avatar 邓春圆

查看跳转到新页面

parent fdd615ae
...@@ -207,8 +207,9 @@ export default { ...@@ -207,8 +207,9 @@ export default {
}, },
// 预览 // 预览
handlePictureCardPreview(file) { handlePictureCardPreview(file) {
this.dialogImageUrl = file.url; // this.dialogImageUrl = file.url;
this.dialogVisible = true; // this.dialogVisible = true;
window.open(file.url)
}, },
// 对象转成指定字符串分隔 // 对象转成指定字符串分隔
listToString(list, separator) { listToString(list, separator) {
......
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