---项目详情排名

This commit is contained in:
yuping
2022-12-30 20:42:07 +08:00
parent 53c8f79fb8
commit 5e6ac5dbc0
3 changed files with 4 additions and 3 deletions

View File

@@ -1460,7 +1460,7 @@ export default {
getDetail();
};
const getDetail = () => {
GetRouterDetail(state.routerId)
GetRouterDetail(state.routerId,"N")
.then((res) => {
//给level赋初始值
state.level = res.data.data.chapterList;