mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
fix: 关卡列表bug,和右侧管理内容添加
This commit is contained in:
@@ -291,7 +291,7 @@ export default {
|
||||
let timer;
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
getManageList();
|
||||
// getManageList();
|
||||
}, 500);
|
||||
timer = setInterval(() => {
|
||||
state.open = false;
|
||||
|
||||
Reference in New Issue
Block a user