|
@ -5,8 +5,8 @@ import { ElLoading } from 'element-plus' |
|
|
|
|
|
|
|
|
let loading = null; |
|
|
let loading = null; |
|
|
const service = axios.create({ |
|
|
const service = axios.create({ |
|
|
baseURL:"http://localhost:8002", |
|
|
// baseURL:"http://localhost:8002",
|
|
|
// baseURL:"",
|
|
|
baseURL:"", |
|
|
timeout: 500000 |
|
|
timeout: 500000 |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|