后台教程

This commit is contained in:
2025-03-05 14:31:22 +08:00
parent d2d4c2974e
commit 24880e62ad
9 changed files with 48 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ watch(authed, (v) => {
<template>
<n-config-provider class="myContainer" :locale="zhCN" :date-locale="dateZhCN">
<n-modal-provider>
<n-message-provider max="1">
<n-message-provider :max="1">
<n-dialog-provider>
<router-view></router-view>
<Login />