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