fix: 图片下载

dev-theme
wx-jincw 1 week ago
parent ee3aa34b60
commit 046fb40e2b

@ -11,7 +11,7 @@ export function update(data) {
export function fileDownload(attachId) {
return request({
url: `/file/download/${attachId}`,
url: `/common/file/download/${attachId}`,
method: "get",
responseType: "blob",
});

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">烟草管理系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

Loading…
Cancel
Save