mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-15 22:33:40 +08:00
feat(projects): page manage_role
This commit is contained in:
4
src/typings/env.d.ts
vendored
4
src/typings/env.d.ts
vendored
@@ -30,7 +30,7 @@ declare namespace Env {
|
||||
*
|
||||
* Only valid in the development environment
|
||||
*/
|
||||
readonly VITE_HTTP_PROXY?: Common.YesOrNo;
|
||||
readonly VITE_HTTP_PROXY?: CommonType.YesOrNo;
|
||||
/** The back service env */
|
||||
readonly VITE_SERVICE_ENV?: App.Service.EnvType;
|
||||
/**
|
||||
@@ -54,7 +54,7 @@ declare namespace Env {
|
||||
*/
|
||||
readonly VITE_MENU_ICON: string;
|
||||
/** Whether to build with sourcemap */
|
||||
readonly VITE_SOURCE_MAP?: Common.YesOrNo;
|
||||
readonly VITE_SOURCE_MAP?: CommonType.YesOrNo;
|
||||
/**
|
||||
* Iconify api provider url
|
||||
*
|
||||
|
Reference in New Issue
Block a user