资源库不需要按引用次数排序

This commit is contained in:
caishi 2021-04-14 10:28:43 +08:00
parent 53e33414ae
commit 19c35eb6da
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ import axios from 'axios';
const { Search } = Input;
const sort = [
"按上传时间排序",
"按下载次数排序",
"按引用排序"
"按下载次数排序"
]
const limit = 15;
const https = 'http://117.50.100.12:8001';