多图生成图片
This commit is contained in:
@@ -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格式
|
||||
|
||||
Reference in New Issue
Block a user