跨域处理
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import axios from "./axios";
|
||||
|
||||
export default{
|
||||
index:(params={})=>{
|
||||
return axios.get('/tenement/pc/api/home',params)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user