提交 ac174b66 authored 作者: jinrongbin's avatar jinrongbin

用户手册下载

上级 d2795d05
......@@ -85,7 +85,7 @@
>
</div>
</div>
<div style="width: 100%; text-align: center; padding-bottom: 30px"><a style="color: #23527c; font-size: 12px">用户手册</a></div>
<div style="width: 100%; text-align: center; padding-bottom: 30px"><a style="color: #23527c; font-size: 12px" @click="handleExportXls('用户手册', '/sys/common/upload/yhsc/yhsc.pdf')">用户手册</a></div>
</div>
</div>
</div>
......@@ -104,10 +104,12 @@ import { useI18n } from '/@/hooks/web/useI18n';
import { useDesign } from '/@/hooks/web/useDesign';
import { RsaParams } from '/@/utils/rsa.js';
import { router } from '/@/router';
import { useMethods } from '/@/hooks/system/useMethods';
const { prefixCls } = useDesign('mini-login');
const { notification, createMessage } = useMessage();
const userStore = useUserStore();
const { handleExportXls } = useMethods();
const { t } = useI18n();
const randCodeData = reactive<any>({
randCodeImage: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论