新增PDF生成并发设置
This commit is contained in:
@@ -8,6 +8,7 @@ import AdminLogin from "../views/AdminLogin.vue";
|
||||
import AdminLogs from "../views/AdminLogs.vue";
|
||||
import AdminLearners from "../views/AdminLearners.vue";
|
||||
import AdminProjects from "../views/AdminProjects.vue";
|
||||
import AdminSettings from "../views/AdminSettings.vue";
|
||||
import AdminShell from "../views/AdminShell.vue";
|
||||
import CertificateQuery from "../views/CertificateQuery.vue";
|
||||
import CertificateView from "../views/CertificateView.vue";
|
||||
@@ -28,7 +29,8 @@ export const router = createRouter({
|
||||
{ path: "certificates", component: AdminCertificates },
|
||||
{ path: "imports", component: AdminImports },
|
||||
{ path: "logs", component: AdminLogs },
|
||||
{ path: "backups", component: AdminBackups }
|
||||
{ path: "backups", component: AdminBackups },
|
||||
{ path: "settings", component: AdminSettings }
|
||||
]
|
||||
},
|
||||
{ path: "/query", component: CertificateQuery },
|
||||
|
||||
Reference in New Issue
Block a user