feat: ai生成病例编辑

This commit is contained in:
王天骄
2026-06-15 17:28:35 +08:00
parent 3c2eb0a517
commit 9deadf2083
11 changed files with 1353 additions and 135 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ const router = createRouter({
})
router.beforeEach(to => {
document.title = `${to.meta.title ? `${String(to.meta.title)} - ` : ''}MediAI`
document.title = `${to.meta.title ? `${String(to.meta.title)} - ` : ''}新方正集团`
const appStore = useAppStore()
if (to.path !== '/login' && !appStore.isLoggedIn) {