mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-23 14:46:18 +08:00
chore(project): refactor types dir
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
"dependencies": {
|
||||
"@vben-core/design": "workspace:*",
|
||||
"@vben-core/design-tokens": "workspace:*",
|
||||
"@vben-core/typings": "workspace:*",
|
||||
"@vben/common-ui": "workspace:*",
|
||||
"@vben/constants": "workspace:*",
|
||||
"@vben/hooks": "workspace:*",
|
||||
@@ -35,6 +34,7 @@
|
||||
"@vben/locales": "workspace:*",
|
||||
"@vben/preference": "workspace:*",
|
||||
"@vben/stores": "workspace:*",
|
||||
"@vben/types": "workspace:*",
|
||||
"@vben/utils": "workspace:*",
|
||||
"ant-design-vue": "^4.2.1",
|
||||
"axios": "^1.7.1",
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import type { Preference } from '@vben-core/typings';
|
||||
import type { Preference } from '@vben/types';
|
||||
|
||||
/**
|
||||
* @description 项目配置文件
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import type { ExRouteRecordRaw, MenuRecordRaw } from '@vben-core/typings';
|
||||
import type { ExRouteRecordRaw, MenuRecordRaw } from '@vben/types';
|
||||
|
||||
import type { RouteRecordRaw, Router } from 'vue-router';
|
||||
|
||||
|
@@ -29,9 +29,11 @@ export const vbenRoutes: RouteRecordRaw[] = [
|
||||
{
|
||||
name: 'AboutDocument',
|
||||
path: 'document',
|
||||
component: () => import('@/views/about/index.vue'),
|
||||
component: IFrameView,
|
||||
meta: {
|
||||
icon: 'mdi:flame-circle',
|
||||
iframeSrc: 'https://doc.vvbin.cn/',
|
||||
keepAlive: true,
|
||||
title: $t('page.document'),
|
||||
},
|
||||
},
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import type { UserInfo } from '@vben-core/typings';
|
||||
import type { UserInfo } from '@vben/types';
|
||||
|
||||
import { request } from '@/services/request';
|
||||
|
||||
|
Reference in New Issue
Block a user