Commit 11236d5b authored by zhangyanni's avatar zhangyanni

loading

parent 2c0a1351
......@@ -3,10 +3,10 @@ import Qs from 'qs';
const baseUrl = "/business";
export default {
announceListAxios(params){
return api.fetchGet(baseUrl+"/message/getMessageList?"+Qs.stringify(params));
return api.fetchLoadingGet(baseUrl+"/message/getMessageList?"+Qs.stringify(params));
},
announceDetailAxios(params){
return api.fetchGet(baseUrl+"/message/getMessage?messageId="+params);
return api.fetchLoadingGet(baseUrl+"/message/getMessage?messageId="+params);
},
postAllReadAxios(params){
......
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