feat: ai生成病例编辑
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user