update 树样式
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const system = require('./system/en.js')
|
||||
const personalCenter = require('./personalCenter/en.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
|
||||
|
||||
module.exports = {
|
||||
// 共用
|
||||
@@ -486,5 +487,7 @@ module.exports = {
|
||||
// 系统管理
|
||||
system,
|
||||
// 个人中心
|
||||
personalCenter
|
||||
personalCenter,
|
||||
// 标准法规库
|
||||
standardRegulationLibrary
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
treeSearchPlaceholder: 'Please enter the tree system' // 请输入树状图体系
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
// 国内标准
|
||||
domesticStandard: {
|
||||
treeSearchPlaceholder: '请输入树状图体系'
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
const system = require('./system/zh.js')
|
||||
const personalCenter = require('./personalCenter/zh.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
|
||||
|
||||
module.exports = {
|
||||
// 共用
|
||||
@@ -496,5 +497,7 @@ module.exports = {
|
||||
// 系统管理
|
||||
system,
|
||||
// 个人中心
|
||||
personalCenter
|
||||
personalCenter,
|
||||
// 标准法规库
|
||||
standardRegulationLibrary
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user