登录接口
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import axios from 'axios'
|
||||
axios.defaults.baseURL = 'http://beelink.com/home/';
|
||||
axios.defaults.baseURL = '/beelink/public/home/';
|
||||
axios.defaults.headers.common['Authorization'] = 'token';
|
||||
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user