resumeSession 原在 limit=1 探测后,又发起 limit=500 请求只为取出 session_id, 会触发后端 /draft/list 的全量 N+1 查询导致启动卡顿。 改为直接从第一条草稿提取 session_id,恢复会话零冗余请求。
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.