feat: 更加完善实验板管理面板,前后端分离

This commit is contained in:
2025-07-12 13:37:02 +08:00
parent e0619eb9a3
commit 50ffd491fe
7 changed files with 1092 additions and 577 deletions

View File

@@ -20,14 +20,14 @@
<p>这里是用户信息页面的内容</p>
</div>
<div v-else-if="activePage === 100">
<BoardControl />
<BoardTable />
</div>
</div>
</div>
</template>
<script setup lang="ts">
import BoardControl from "./BoardControl.vue";
import BoardTable from "./BoardTable.vue";
import { toNumber } from "lodash";
import { onMounted, ref } from "vue";
import { AuthManager } from "@/utils/AuthManager";