Commit 9e31f126 authored by zhengke's avatar zhengke

no message

parent c72277ba
...@@ -270,7 +270,7 @@ import CopyFile from "./CopyFile.vue"; ...@@ -270,7 +270,7 @@ import CopyFile from "./CopyFile.vue";
} }
const viewTemplate = (row:any) => { const viewTemplate = (row:any) => {
let param = query() let param = query()
const url = `${process.env.VUE_APP_SHARE_URL}/?uid=${param.uid}&sellId=${row.FileId}&LogId=0&ViewSlideshow=1` const url = `${process.env.VUE_APP_SHARE_URL}/?uid=${param.uid}&sellId=${row.FileId}&ViewSlideshow=1`
window.open(url); window.open(url);
} }
const handleSelectionChange = (val: []) =>{ const handleSelectionChange = (val: []) =>{
......
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