Commit 96933c10 authored by 王's avatar

删除请勿频繁操作

parent 6dcb10e9
...@@ -210,7 +210,7 @@ export function fetch(url,params={}){ ...@@ -210,7 +210,7 @@ export function fetch(url,params={}){
name:'login'//从哪个页面跳转 name:'login'//从哪个页面跳转
}) })
}else if(response.data.code === 503){ }else if(response.data.code === 503){
Message.error('请勿频繁操作') // Message.error('请勿频繁操作')
}else{ }else{
Message.error(response.data.msg) Message.error(response.data.msg)
} }
......
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