mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
---项目详情排名
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user