fix: 🧩 修复富文本编辑器视频上传限制(150M)

This commit is contained in:
2025-08-26 17:27:49 +08:00
parent 29d6ba59c9
commit 0dab4cc524
8 changed files with 37 additions and 21 deletions

View File

@@ -45,7 +45,7 @@ const keepAliveStore = useKeepAliveStore();
const tabsMenuValue = ref(route.fullPath);
const tabsMenuList = computed(() => tabStore.tabsMenuList);
console.log(tabStore.tabsMenuList, "===============value================");
onMounted(() => {
tabsDrop();
initTabs();