main
parent
c2bf1b8f5a
commit
b4c132c4bd
|
@ -122,8 +122,8 @@
|
||||||
el: "#app",
|
el: "#app",
|
||||||
data() {
|
data() {
|
||||||
const ajax = axios.create({
|
const ajax = axios.create({
|
||||||
//baseURL: 'http://www.amuliang.top:5750',
|
baseURL: 'http://www.amuliang.top:5750',
|
||||||
baseURL: 'http://localhost:5000',
|
//baseURL: 'http://localhost:5000',
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/x-www-form-urlencoded',
|
'Content-Type': 'application/x-www-form-urlencoded',
|
||||||
|
|
Loading…
Reference in New Issue