1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-17 06:09:50 +02:00

support multi-user in info

This commit is contained in:
lxsang
2020-06-07 19:46:59 +02:00
parent 66bcfa83b0
commit d15ab7dfec
5 changed files with 17 additions and 14 deletions

View File

@ -15,7 +15,7 @@
if not preview then
?>
<span class="fa fa-file-pdf-o"></span>
<span class="text"><a href ="<?=HTTP_ROOT?>/index/pdf" target="_blank">Download</a></span>
<span class="text"><a href ="<?=HTTP_ROOT?>/<?=data.user?>/pdf" target="_blank">Download</a></span>
<?lua
end
?>