mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:35:58 +08:00
fix(table): make sure the editing line is working, fix #439
This commit is contained in:
11
src/router/menus/modules/about.ts
Normal file
11
src/router/menus/modules/about.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { MenuModule } from '/@/router/types';
|
||||
import { t } from '/@/hooks/web/useI18n';
|
||||
|
||||
const about: MenuModule = {
|
||||
orderNo: 100000,
|
||||
menu: {
|
||||
path: '/about/index',
|
||||
name: t('routes.dashboard.about'),
|
||||
},
|
||||
};
|
||||
export default about;
|
@@ -1,11 +0,0 @@
|
||||
import type { MenuModule } from '/@/router/types';
|
||||
import { t } from '/@/hooks/web/useI18n';
|
||||
|
||||
const menu: MenuModule = {
|
||||
orderNo: 0,
|
||||
menu: {
|
||||
path: '/home/welcome',
|
||||
name: t('routes.dashboard.welcome'),
|
||||
},
|
||||
};
|
||||
export default menu;
|
Reference in New Issue
Block a user