Wang Weitao
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/utils/env.ts
|
|
@ -46,7 +46,7 @@ export function getAppEnvConfig() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @description: Development model |
|
|
* @description: Development mode |
|
|
*/ |
|
|
*/ |
|
|
export const devMode = 'development'; |
|
|
export const devMode = 'development'; |
|
|
|
|
|
|
|
|
|