dalle image page is ready

This commit is contained in:
RockYang
2024-04-21 20:23:47 +08:00
parent d02cb573fd
commit 5c9025ca22
21 changed files with 899 additions and 603 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios'
import {getAdminToken, getSessionId, getUserToken} from "@/store/session";
axios.defaults.timeout = 30000
axios.defaults.timeout = 180000
axios.defaults.baseURL = process.env.VUE_APP_API_HOST
axios.defaults.withCredentials = true;
axios.defaults.headers.post['Content-Type'] = 'application/json'