fix: 修改TS报错问题,抽离水印文案

This commit is contained in:
奔跑的面条
2022-04-07 14:20:18 +08:00
parent b5ea97e239
commit be0c0566df
20 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ export const chartColorsSearch = {
// 默认主题详细配置
type ThemeJsonType = typeof themeJson
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
dataset: any,
dataset?: any,
[T:string]: any
}
export const globalThemeJson = themeJson
export const globalThemeJson = {...themeJson, dataset: null,}
+3
View File
@@ -4,7 +4,10 @@ import designColor from './designColor.json'
// 默认语言
export const lang = LangEnum.zh
// 水印文字
export const watermarkText = "GoView 低代码平台"
// 主题配置
export const theme = {
// 默认是否开启深色主题
darkTheme: true,