forked from Gitlink/forgeplus-react
首页banner获取数量
This commit is contained in:
parent
7cfbcf716b
commit
6d36c546b1
File diff suppressed because it is too large
Load Diff
|
@ -32,7 +32,7 @@ function TopEdition({register,current_user}) {
|
|||
const url = `/topics.json?topic_type=banner`;
|
||||
axios.get(url,{
|
||||
params:{
|
||||
limit:4
|
||||
limit:5
|
||||
}
|
||||
}).then(result=>{
|
||||
if(result){
|
||||
|
|
Loading…
Reference in New Issue