mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:09:46 +08:00
fix: type error
This commit is contained in:
@@ -17,7 +17,6 @@ export const prodMode = 'production';
|
||||
|
||||
/**
|
||||
* @description: 获取环境变量
|
||||
* @param {type}
|
||||
* @returns:
|
||||
* @example:
|
||||
*/
|
||||
@@ -25,7 +24,6 @@ export const getEnv = (): string => import.meta.env.MODE;
|
||||
|
||||
/**
|
||||
* @description: 是否是开发模式
|
||||
* @param {type}
|
||||
* @returns:
|
||||
* @example:
|
||||
*/
|
||||
@@ -33,7 +31,6 @@ export const isDevMode = (): boolean => import.meta.env.DEV;
|
||||
|
||||
/**
|
||||
* @description: 是否是生产模式模式
|
||||
* @param {type}
|
||||
* @returns:
|
||||
* @example:
|
||||
*/
|
||||
@@ -41,7 +38,6 @@ export const isProdMode = (): boolean => import.meta.env.PROD;
|
||||
|
||||
/**
|
||||
* @description: 是否开启mock
|
||||
* @param {type}
|
||||
* @returns:
|
||||
* @example:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user