XiaoRuby
2023-08-18 1659aafc1ff0f9722adc1642f7856b19ce5ec6f0
src/main.js
@@ -20,7 +20,7 @@
Vue.use(qs);
Vue.use(api);
const javaApi = 'http://192.168.110.167:8001/'
const javaApi = 'http://localhost:8001/'
axios.defaults.baseURL = javaApi
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'