提交 1d202329 authored 作者: jinrongbin's avatar jinrongbin

用户手册下载

上级 59a622e1
......@@ -249,7 +249,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
// authentication schemes,e.g: Bearer
// authenticationScheme: 'Bearer',
authenticationScheme: '',
timeout: 30 * 1000,
timeout: 40 * 1000,
// 基础接口地址
// baseURL: globSetting.apiUrl,
headers: { 'Content-Type': ContentTypeEnum.JSON },
......
......@@ -85,7 +85,7 @@
>
</div>
</div>
<div style="width: 100%; text-align: center; padding-bottom: 30px"><a style="color: #23527c; font-size: 12px" @click="handleExportXls('用户手册', '/sys/common/yhsc/upload/yhsc/用户手册.zip')">用户手册</a></div>
<div style="width: 100%; text-align: center; padding-bottom: 30px"><a style="color: #23527c; font-size: 12px" @click="downloadFile('/sys/common/yhsc/upload/yhsc/用户手册.zip', '用户手册.zip')">用户手册</a></div>
</div>
</div>
</div>
......@@ -104,12 +104,11 @@ 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';
import { downloadFile } from '/@/api/common/api';
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论