chore: update deps

This commit is contained in:
vben
2024-06-01 22:17:52 +08:00
parent c531f0c154
commit f7b97e8a83
47 changed files with 569 additions and 322 deletions

View File

@@ -0,0 +1,11 @@
/**
* @zh_CN 登陆页面 url 地址
*/
const LOGIN_PATH = '/auth/login';
/**
* @zh_CN 登陆页面路由名称
*/
const LOGIN_NAME = 'Login';
export { LOGIN_NAME, LOGIN_PATH };

View File

@@ -1 +1,2 @@
export * from './_essential';
export * from './vben';

View File

@@ -1 +1,6 @@
export const VBEN_GITHUB_URL = 'https://github.com/vbenjs/vue-vben-admin';
/**
* @zh_CN GITHUB 仓库地址
*/
const VBEN_GITHUB_URL = 'https://github.com/vbenjs/vue-vben-admin';
export { VBEN_GITHUB_URL };