明树Git Lab

Commit 5ba1d38f authored by yangyajing's avatar yangyajing

费用分项控制、阶段对比表

parent 1dd94d13
Pipeline #106337 passed with stage
in 16 seconds
...@@ -29,6 +29,7 @@ axios.interceptors.response.use(response => { ...@@ -29,6 +29,7 @@ axios.interceptors.response.use(response => {
}); });
export function $get ({ url, params = {}, callback, error }) { export function $get ({ url, params = {}, callback, error }) {
const userStore = useUserStore();
return axios({ return axios({
method: "get", method: "get",
url: windowConfig.baseUrl + url, 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