mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-10 02:19:15 +00:00
【同步3.7.4版本代码】新增全局布局隐藏配置,优化多个组件的属性和逻辑
This commit is contained in:
2
jeecgboot-vue3/types/config.d.ts
vendored
2
jeecgboot-vue3/types/config.d.ts
vendored
@@ -187,6 +187,8 @@ export interface GlobEnvConfig {
|
||||
VITE_GLOB_UPLOAD_URL?: string;
|
||||
// view url
|
||||
VITE_GLOB_ONLINE_VIEW_URL?: string;
|
||||
// 全局隐藏哪些布局,多个用逗号隔开
|
||||
VITE_GLOB_HIDE_LAYOUT_TYPES?: string;
|
||||
|
||||
// 【JEECG作为乾坤子应用】填写后将作为乾坤子应用启动,主应用注册时AppName需保持一致
|
||||
VITE_GLOB_QIANKUN_MICRO_APP_NAME?: string;
|
||||
|
Reference in New Issue
Block a user