Skip to content

Commit

Permalink
feat: 对话增加历史记录
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed May 16, 2024
1 parent c155907 commit eb5a5ab
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 414 deletions.
307 changes: 0 additions & 307 deletions ui/public/embeb.js

This file was deleted.

11 changes: 1 addition & 10 deletions ui/src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@ export const routes: Array<RouteRecordRaw> = [
name: 'home',
component: () => import('@/layout/app-layout/index.vue'),
redirect: '/application',
children: [
// TODO 待处理
// {
// path: '/first',
// name: 'first',
// meta: { icon: 'House', title: '首页' },
// component: () => import('@/views/first/index.vue')
// },
...rolesRoutes
]
children: [...rolesRoutes]
},

{
Expand Down

0 comments on commit eb5a5ab

Please sign in to comment.