初始化

This commit is contained in:
砂糖
2025-11-08 10:38:36 +08:00
commit 3beeec7296
1626 changed files with 198488 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
import { commonConfig, displayOption } from 'data-room-ui/js/config'
export const settingConfig = {
displayOption: { ...displayOption }
}
const customConfig = {
root: {
version: '2023071001',
contribution: false
},
customize: {
// 文件路径
vueSysComponentDirName: null,
// 用户上传的vue文件编码根据此编码获取文件内容
vueBizComponentCode: null,
// vue文本内容
vueFileContent: null
}
}
export const dataConfig = {
...commonConfig(customConfig)
}