7 lines
145 B
Vue
7 lines
145 B
Vue
<template>
|
|
<main class="not-found">
|
|
<h1>404</h1>
|
|
<RouterLink to="/rag/workbench">返回RAG工作台</RouterLink>
|
|
</main>
|
|
</template>
|