修改文件预览
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user