feat(frontend): 更新依赖和路由配置
- 更新 npm 依赖 (package.json) - 更新路由配置 (router/index.js) - 更新 Vite 构建配置 (vite.config.js) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -48,9 +48,9 @@ const routes = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/playground',
|
||||
name: 'Playground',
|
||||
component: () => import('@/views/PlaygroundView.vue')
|
||||
path: '/models',
|
||||
name: 'ModelSettings',
|
||||
component: () => import('@/views/ModelSettingsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/data-square',
|
||||
|
||||
Reference in New Issue
Block a user