明树Git Lab

Commit e4b0cd8d authored by zhanghan's avatar zhanghan
parents c825408f 14ae0c5d
......@@ -29,6 +29,7 @@ axios.interceptors.response.use(response => {
});
export function $get ({ url, params = {}, callback, error }) {
const userStore = useUserStore();
return axios({
method: "get",
url: windowConfig.baseUrl + url,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment