fix: 修改语言获取位置

This commit is contained in:
mtruning
2022-01-09 21:35:46 +08:00
parent 39ab04e051
commit caadad501f
5 changed files with 18 additions and 19 deletions
-12
View File
@@ -3,18 +3,6 @@ import { LangEnum } from '@/enums/styleEnum'
// 默认语言
export const lang = LangEnum.zh
// 语言数组
export const langList = [
{
label: '中文',
key: LangEnum.zh
},
{
label: 'English',
key: LangEnum.en
}
]
// 主体色
export const appThemeList: string[] = [
'#2d8cf0',
-4
View File
@@ -1,4 +0,0 @@
export const GO_LOGIN_STORE = 'GO-ACCESS-TOKEN' // 登录信息
export const GO_LANG_STORE = 'GO-LANG' // 语言
export const GO_DESIGN_STORE = 'GO-DESIGN' // 当前选择的主题
export const GO_CHART_LAYOUT_STORE = 'GO-Chart-Layout-Store' // 拖拽页面