add 思维导图demo
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: 'Node name' // 节点名称
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
// 标准化活动
|
||||
standardizationActivity: {
|
||||
nodeName: '节点名称', // 节点名称
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,7 @@ const system = require('./system/en.js')
|
||||
const personalCenter = require('./personalCenter/en.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/en-us')
|
||||
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/en.js')
|
||||
const businessSupport = require('./businessSupport/en')
|
||||
|
||||
module.exports = {
|
||||
// 共用
|
||||
@@ -521,5 +522,7 @@ module.exports = {
|
||||
// 标准法规库
|
||||
standardRegulationLibrary,
|
||||
// 企标库
|
||||
enterpriseStandardLibrary
|
||||
enterpriseStandardLibrary,
|
||||
// 业务支持
|
||||
businessSupport
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@ const system = require('./system/zh.js')
|
||||
const personalCenter = require('./personalCenter/zh.js')
|
||||
const standardRegulationLibrary = require('./standardRegulationLibrary/zh-cn')
|
||||
const enterpriseStandardLibrary = require('./enterpriseStandardLibrary/zh.js')
|
||||
const businessSupport = require('./businessSupport/zh')
|
||||
|
||||
module.exports = {
|
||||
// 共用
|
||||
@@ -521,5 +522,7 @@ module.exports = {
|
||||
// 标准法规库
|
||||
standardRegulationLibrary,
|
||||
// 企标库
|
||||
enterpriseStandardLibrary
|
||||
enterpriseStandardLibrary,
|
||||
// 业务支持
|
||||
businessSupport
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user