feat(frontend): add rag document parse controls
This commit is contained in:
6
frontend/src/pages/common/NotFoundPage.vue
Normal file
6
frontend/src/pages/common/NotFoundPage.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<main class="not-found">
|
||||
<h1>404</h1>
|
||||
<RouterLink to="/dashboard">返回工作台</RouterLink>
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user