多图生成图片

This commit is contained in:
ZLI263
2025-10-17 21:28:59 +08:00
parent 84da5e60ed
commit c809e383fa
5 changed files with 848 additions and 127 deletions

View File

@@ -14,6 +14,12 @@ const service = axios.create({
service.interceptors.request.use(
config => {
// do something before request is sent
console.log('请求配置:', {
url: config.url,
method: config.method,
data: config.data,
params: config.params
})
if (store.getters.token) {
// 使用Bearer token格式