changeprood
This commit is contained in:
parent
86ecc40eb3
commit
40086da6c1
@ -10,7 +10,7 @@ import { Notify } from "quasar";
|
||||
// "export default () => {}" function below (which runs individually
|
||||
// for each client)
|
||||
const api = axios.create({
|
||||
baseURL: " http://114.218.158.24:8085/", //接口统一域名
|
||||
baseURL: " https://aicg.szjixun.cn/", //接口统一域名
|
||||
timeout: 60 * 60 * 10000,
|
||||
authToken: true,
|
||||
responseType: "json", // 请求数据格式
|
||||
|
@ -150,7 +150,7 @@
|
||||
list-type="image-card"
|
||||
:max="1"
|
||||
:on-finish="handleChange"
|
||||
action="http://114.218.158.24:8085/api/ai/upload-file"
|
||||
action="https://aicg.szjixun.cn/api/ai/upload-file"
|
||||
>
|
||||
<n-upload-dragger>
|
||||
<div style="margin-bottom: 12px">
|
||||
|
@ -86,7 +86,7 @@
|
||||
list-type="image-card"
|
||||
:max="1"
|
||||
:on-finish="handleChange"
|
||||
action="http://114.218.158.24:8085/api/ai/upload-file"
|
||||
action="https://aicg.szjixun.cn/api/ai/upload-file"
|
||||
>
|
||||
<n-upload-dragger>
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user