修改文件预览

This commit is contained in:
guanj
2025-12-25 13:19:24 +08:00
parent 454d612a32
commit 17589e30da
4 changed files with 121 additions and 93 deletions

View File

@@ -59,9 +59,9 @@ const tableStore = new TableStore({
type: 'primary',
icon: 'el-icon-Plus',
render: 'basicButton',
disabled: row => {
return !VITE_FLAG
},
// disabled: row => {
// return !VITE_FLAG
// },
click: row => {
window.open(window.location.origin + '/#/previewFile?' + row.url)
}