feat: 添加菜单机器人库、工业设计库、公差分析库

This commit is contained in:
JiangSheng
2026-02-09 09:39:34 +08:00
parent fdf64876ae
commit 88729a00e6
12 changed files with 235 additions and 1 deletions

View File

@@ -355,6 +355,57 @@ export const appList = [
icon: 'ele-VideoCamera',
},
},
],
},
{
name: 'spdm_CompetenceCenterRobot',
zhCn: '机器人库',
en: 'Robot Library',
pages: [
{
name: 'spdmCompetenceCenterRobot',
zhCn: '机器人库',
en: 'Robot Library',
path: '/spdm/competenceCenter/robot',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Notebook',
},
},
],
},
{
name: 'spdm_CompetenceCenterIndustrialDesign',
zhCn: '工业设计库',
en: 'Industrial Design Library',
pages: [
{
name: 'spdmCompetenceCenterIndustrialDesign',
zhCn: '工业设计库',
en: 'Industrial Design Library',
path: '/spdm/competenceCenter/industrialDesign',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Memo',
},
},
],
},
{
name: 'spdm_CompetenceCenterToleranceAnalysis',
zhCn: '公差分析库',
en: 'Tolerance Analysis Library',
pages: [
{
name: 'spdmCompetenceCenterToleranceAnalysis',
zhCn: '公差分析库',
en: 'Tolerance Analysis Library',
path: '/spdm/competenceCenter/toleranceAnalysis',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-DataAnalysis',
},
},
],
},
{

View File

@@ -30,6 +30,9 @@ export default {
spdm_CompetenceCenterParameter: 'Parameter Library',
spdm_CompetenceCenterReport: 'Report Library',
spdm_CompetenceCenterAnimation: 'Animation Library',
spdm_CompetenceCenterRobot: 'Robot Library',
spdm_CompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdm_CompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdm_SystemStorage: 'Data Storage',
spdm_SystemDictionary: 'Data Dictionary',
spdm_SystemConfiguration: 'Configuration Management',
@@ -129,6 +132,9 @@ export default {
spdm_CompetenceCenterParameter: 'Parameter Library',
spdm_CompetenceCenterReport: 'Report Library',
spdm_CompetenceCenterAnimation: 'Animation Library',
spdm_CompetenceCenterRobot: 'Robot Library',
spdm_CompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdm_CompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdm_SystemStorage: 'Data Storage',
spdm_SystemDictionary: 'Data Dictionary',
spdm_SystemConfiguration: 'Configuration Management',
@@ -228,6 +234,9 @@ export default {
spdmCompetenceCenterParameter: 'Parameter Library',
spdmCompetenceCenterReport: 'Report Library',
spdmCompetenceCenterAnimation: 'Animation Library',
spdmCompetenceCenterRobot: 'Robot Library',
spdmCompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdmCompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdmSystemStorage: 'Data Storage',
spdmSystemDictionary: 'Data Dictionary',
spdmSystemConfiguration: 'Configuration Management',

View File

@@ -38,6 +38,9 @@ export default {
spdm_CompetenceCenterParameter: '仿真参数库',
spdm_CompetenceCenterReport: '报告模板库',
spdm_CompetenceCenterAnimation: '仿真动画库',
spdm_CompetenceCenterRobot: '机器人库',
spdm_CompetenceCenterIndustrialDesign: '工业设计库',
spdm_CompetenceCenterToleranceAnalysis: '公差分析库',
spdm_SystemStorage: '存储管理',
spdm_SystemDictionary: '数据字典',
spdm_SystemConfiguration: '业务配置',
@@ -137,6 +140,9 @@ export default {
spdmCompetenceCenterParameter: '仿真参数库',
spdmCompetenceCenterReport: '报告模板库',
spdmCompetenceCenterAnimation: '仿真动画库',
spdmCompetenceCenterRobot: '机器人库',
spdmCompetenceCenterIndustrialDesign: '工业设计库',
spdmCompetenceCenterToleranceAnalysis: '公差分析库',
spdmSystemStorage: '存储管理',
spdmSystemDictionary: '数据字典',
spdmSystemConfiguration: '业务配置',

View File

@@ -17,6 +17,9 @@ export const appMap = {
spdm_CompetenceCenterParameter: {"name":"moduleApps.spdm_CompetenceCenterParameter","zhCn":"仿真参数库","en":"Parameter Library","pages":[{"name":"spdmCompetenceCenterParameter","zhCn":"仿真参数库","en":"Parameter Library","path":"/spdm/competenceCenter/parameter","meta":{"icon":"ele-Tickets"}}]},
spdm_CompetenceCenterReport: {"name":"moduleApps.spdm_CompetenceCenterReport","zhCn":"报告模板库","en":"Report Library","pages":[{"name":"spdmCompetenceCenterReport","zhCn":"报告模板库","en":"Report Library","path":"/spdm/competenceCenter/report","meta":{"icon":"ele-Edit"}}]},
spdm_CompetenceCenterAnimation: {"name":"moduleApps.spdm_CompetenceCenterAnimation","zhCn":"仿真动画库","en":"Animation Library","pages":[{"name":"spdmCompetenceCenterAnimation","zhCn":"仿真动画库","en":"Animation Library","path":"/spdm/competenceCenter/animation","meta":{"icon":"ele-VideoCamera"}}]},
spdm_CompetenceCenterRobot: {"name":"moduleApps.spdm_CompetenceCenterRobot","zhCn":"机器人库","en":"Robot Library","pages":[{"name":"spdmCompetenceCenterRobot","zhCn":"机器人库","en":"Robot Library","path":"/spdm/competenceCenter/robot","meta":{"icon":"ele-Notebook"}}]},
spdm_CompetenceCenterIndustrialDesign: {"name":"moduleApps.spdm_CompetenceCenterIndustrialDesign","zhCn":"工业设计库","en":"Industrial Design Library","pages":[{"name":"spdmCompetenceCenterIndustrialDesign","zhCn":"工业设计库","en":"Industrial Design Library","path":"/spdm/competenceCenter/industrialDesign","meta":{"icon":"ele-Memo"}}]},
spdm_CompetenceCenterToleranceAnalysis: {"name":"moduleApps.spdm_CompetenceCenterToleranceAnalysis","zhCn":"公差分析库","en":"Tolerance Analysis Library","pages":[{"name":"spdmCompetenceCenterToleranceAnalysis","zhCn":"公差分析库","en":"Tolerance Analysis Library","path":"/spdm/competenceCenter/toleranceAnalysis","meta":{"icon":"ele-DataAnalysis"}}]},
spdm_SystemStorage: {"name":"moduleApps.spdm_SystemStorage","zhCn":"存储管理","en":"Data Storage","pages":[{"name":"spdmSystemStorage","zhCn":"存储管理","en":"Data Storage","path":"/spdm/system/storage","meta":{"icon":"ele-Wallet"}}]},
spdm_SystemDictionary: {"name":"moduleApps.spdm_SystemDictionary","zhCn":"数据字典","en":"Data Dictionary","pages":[{"name":"spdmSystemDictionary","zhCn":"数据字典","en":"Data Dictionary","path":"/spdm/system/dictionary","meta":{"icon":"ele-Collection"}}]},
spdm_SystemConfiguration: {"name":"moduleApps.spdm_SystemConfiguration","zhCn":"业务配置","en":"Configuration Management","pages":[{"name":"spdmSystemConfiguration","zhCn":"业务配置","en":"Configuration Management","path":"/spdm/system/configuration","meta":{"icon":"ele-Setting"}}]},
@@ -259,6 +262,30 @@ export const pageMap = {
"code": "spdm_CompetenceCenterAnimation_view"
}
},
"spdmCompetenceCenterRobot": {
"path": "/spdm/competenceCenter/robot",
"name": "moduleRoutes.spdmCompetenceCenterRobot",
"meta": {
"icon": "ele-Notebook",
"code": "spdm_CompetenceCenterRobot_view"
}
},
"spdmCompetenceCenterIndustrialDesign": {
"path": "/spdm/competenceCenter/industrialDesign",
"name": "moduleRoutes.spdmCompetenceCenterIndustrialDesign",
"meta": {
"icon": "ele-Memo",
"code": "spdm_CompetenceCenterIndustrialDesign_view"
}
},
"spdmCompetenceCenterToleranceAnalysis": {
"path": "/spdm/competenceCenter/toleranceAnalysis",
"name": "moduleRoutes.spdmCompetenceCenterToleranceAnalysis",
"meta": {
"icon": "ele-DataAnalysis",
"code": "spdm_CompetenceCenterToleranceAnalysis_view"
}
},
"spdmSystemStorage": {
"path": "/spdm/system/storage",
"name": "moduleRoutes.spdmSystemStorage",

View File

@@ -26,6 +26,9 @@ INSERT INTO `sys_app` VALUES (3386375550, 'spdm_CompetenceCenterKnowledge');
INSERT INTO `sys_app` VALUES (6410688706, 'spdm_CompetenceCenterParameter');
INSERT INTO `sys_app` VALUES (8744862794, 'spdm_CompetenceCenterReport');
INSERT INTO `sys_app` VALUES (747911886, 'spdm_CompetenceCenterAnimation');
INSERT INTO `sys_app` VALUES (7416701100, 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_app` VALUES (7463969718, 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_app` VALUES (4203835289, 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_app` VALUES (9985416320, 'spdm_SystemStorage');
INSERT INTO `sys_app` VALUES (3660213810, 'spdm_SystemDictionary');
INSERT INTO `sys_app` VALUES (167651000, 'spdm_SystemConfiguration');

View File

@@ -99,6 +99,21 @@ INSERT INTO `sys_function` VALUES (4550870170, 'spdm_CompetenceCenterAnimation_a
INSERT INTO `sys_function` VALUES (2732780486, 'spdm_CompetenceCenterAnimation_edit', 'spdm_CompetenceCenterAnimation');
INSERT INTO `sys_function` VALUES (4165175230, 'spdm_CompetenceCenterAnimation_del', 'spdm_CompetenceCenterAnimation');
INSERT INTO `sys_function` VALUES (3610877415, 'spdm_CompetenceCenterAnimation_export', 'spdm_CompetenceCenterAnimation');
INSERT INTO `sys_function` VALUES (2067064877, 'spdm_CompetenceCenterRobot_view', 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_function` VALUES (6050708679, 'spdm_CompetenceCenterRobot_add', 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_function` VALUES (7970928298, 'spdm_CompetenceCenterRobot_edit', 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_function` VALUES (6127381578, 'spdm_CompetenceCenterRobot_del', 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_function` VALUES (9979801718, 'spdm_CompetenceCenterRobot_export', 'spdm_CompetenceCenterRobot');
INSERT INTO `sys_function` VALUES (4195430134, 'spdm_CompetenceCenterIndustrialDesign_view', 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_function` VALUES (8478086097, 'spdm_CompetenceCenterIndustrialDesign_add', 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_function` VALUES (8441166885, 'spdm_CompetenceCenterIndustrialDesign_edit', 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_function` VALUES (6559282288, 'spdm_CompetenceCenterIndustrialDesign_del', 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_function` VALUES (5782722687, 'spdm_CompetenceCenterIndustrialDesign_export', 'spdm_CompetenceCenterIndustrialDesign');
INSERT INTO `sys_function` VALUES (4273480313, 'spdm_CompetenceCenterToleranceAnalysis_view', 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_function` VALUES (3729518835, 'spdm_CompetenceCenterToleranceAnalysis_add', 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_function` VALUES (9863433164, 'spdm_CompetenceCenterToleranceAnalysis_edit', 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_function` VALUES (9625700323, 'spdm_CompetenceCenterToleranceAnalysis_del', 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_function` VALUES (4618502318, 'spdm_CompetenceCenterToleranceAnalysis_export', 'spdm_CompetenceCenterToleranceAnalysis');
INSERT INTO `sys_function` VALUES (951710294, 'spdm_SystemStorage_view', 'spdm_SystemStorage');
INSERT INTO `sys_function` VALUES (6537192063, 'spdm_SystemStorage_add', 'spdm_SystemStorage');
INSERT INTO `sys_function` VALUES (4080572178, 'spdm_SystemStorage_edit', 'spdm_SystemStorage');

View File

@@ -30,6 +30,9 @@ export default {
spdm_CompetenceCenterParameter: 'Parameter Library',
spdm_CompetenceCenterReport: 'Report Library',
spdm_CompetenceCenterAnimation: 'Animation Library',
spdm_CompetenceCenterRobot: 'Robot Library',
spdm_CompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdm_CompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdm_SystemStorage: 'Data Storage',
spdm_SystemDictionary: 'Data Dictionary',
spdm_SystemConfiguration: 'Configuration Management',
@@ -129,6 +132,9 @@ export default {
spdm_CompetenceCenterParameter: 'Parameter Library',
spdm_CompetenceCenterReport: 'Report Library',
spdm_CompetenceCenterAnimation: 'Animation Library',
spdm_CompetenceCenterRobot: 'Robot Library',
spdm_CompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdm_CompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdm_SystemStorage: 'Data Storage',
spdm_SystemDictionary: 'Data Dictionary',
spdm_SystemConfiguration: 'Configuration Management',
@@ -228,6 +234,9 @@ export default {
spdmCompetenceCenterParameter: 'Parameter Library',
spdmCompetenceCenterReport: 'Report Library',
spdmCompetenceCenterAnimation: 'Animation Library',
spdmCompetenceCenterRobot: 'Robot Library',
spdmCompetenceCenterIndustrialDesign: 'Industrial Design Library',
spdmCompetenceCenterToleranceAnalysis: 'Tolerance Analysis Library',
spdmSystemStorage: 'Data Storage',
spdmSystemDictionary: 'Data Dictionary',
spdmSystemConfiguration: 'Configuration Management',

View File

@@ -38,6 +38,9 @@ export default {
spdm_CompetenceCenterParameter: '仿真参数库',
spdm_CompetenceCenterReport: '报告模板库',
spdm_CompetenceCenterAnimation: '仿真动画库',
spdm_CompetenceCenterRobot: '机器人库',
spdm_CompetenceCenterIndustrialDesign: '工业设计库',
spdm_CompetenceCenterToleranceAnalysis: '公差分析库',
spdm_SystemStorage: '存储管理',
spdm_SystemDictionary: '数据字典',
spdm_SystemConfiguration: '业务配置',
@@ -137,6 +140,9 @@ export default {
spdmCompetenceCenterParameter: '仿真参数库',
spdmCompetenceCenterReport: '报告模板库',
spdmCompetenceCenterAnimation: '仿真动画库',
spdmCompetenceCenterRobot: '机器人库',
spdmCompetenceCenterIndustrialDesign: '工业设计库',
spdmCompetenceCenterToleranceAnalysis: '公差分析库',
spdmSystemStorage: '存储管理',
spdmSystemDictionary: '数据字典',
spdmSystemConfiguration: '业务配置',

View File

@@ -107,6 +107,24 @@ export default [
component: () => import('/@/spdm/views/index.vue'),
meta: {"icon":"ele-VideoCamera","code":"spdm_CompetenceCenterAnimation_view"},
},
{
path: '/spdm/competenceCenter/robot',
name: 'moduleRoutes.spdmCompetenceCenterRobot',
component: () => import('/@/spdm/views/index.vue'),
meta: {"icon":"ele-Notebook","code":"spdm_CompetenceCenterRobot_view"},
},
{
path: '/spdm/competenceCenter/industrialDesign',
name: 'moduleRoutes.spdmCompetenceCenterIndustrialDesign',
component: () => import('/@/spdm/views/index.vue'),
meta: {"icon":"ele-Memo","code":"spdm_CompetenceCenterIndustrialDesign_view"},
},
{
path: '/spdm/competenceCenter/toleranceAnalysis',
name: 'moduleRoutes.spdmCompetenceCenterToleranceAnalysis',
component: () => import('/@/spdm/views/index.vue'),
meta: {"icon":"ele-DataAnalysis","code":"spdm_CompetenceCenterToleranceAnalysis_view"},
},
{
path: '/spdm/system/storage',
name: 'moduleRoutes.spdmSystemStorage',

View File

@@ -9,7 +9,7 @@ export interface IPowerItem {
children: {id: IFunctionId; label: string}[];
}
export const appIds = ["8676203018","1847283493","9963439034","3027615800","5681445577","1492688104","6037428677","4023091864","6871282497","8526152209","5988284884","33997053","6338569404","6750269544","3386375550","6410688706","8744862794","747911886","9985416320","3660213810","167651000","41522868","8465959142","2062779304","3422021869","6543176612","5657594819","6096129580","4049690968","9036849314","4025215109","336010321","8141363439","783704243","5393857209","9140689996","5564261369","9062418451","9834138201","2609888696","9497774410","5417278196","9825252973","7530892919","8948774791","6949491320","3864756744","7136560748","2139529914","4205893438","5567657410","9219082949","1571803661","5624612004","6070029483","4202140290","559205535","1695287815","7333859604","3871296952","2463495929","4144507044","2403013027","7047524643","5720273347","9881616713","4718403889","8204658823","729204224","1138339876","8226515287","8605380524","6831152950","1026986575","3954905558","9970934469","8061608947","329481180","1778930516","5311129373","2106207123","5074949919","2040620736","7022128605","9454240939","2319857176","7912465960","6773297662","1742337866","3582301296","8421983947","2060293387","1017759105","8212387559","3011366119","6499976114","4649260019"];
export const appIds = ["8676203018","1847283493","9963439034","3027615800","5681445577","1492688104","6037428677","4023091864","6871282497","8526152209","5988284884","33997053","6338569404","6750269544","3386375550","6410688706","8744862794","747911886","7416701100","7463969718","4203835289","9985416320","3660213810","167651000","41522868","8465959142","2062779304","3422021869","6543176612","5657594819","6096129580","4049690968","9036849314","4025215109","336010321","8141363439","783704243","5393857209","9140689996","5564261369","9062418451","9834138201","2609888696","9497774410","5417278196","9825252973","7530892919","8948774791","6949491320","3864756744","7136560748","2139529914","4205893438","5567657410","9219082949","1571803661","5624612004","6070029483","4202140290","559205535","1695287815","7333859604","3871296952","2463495929","4144507044","2403013027","7047524643","5720273347","9881616713","4718403889","8204658823","729204224","1138339876","8226515287","8605380524","6831152950","1026986575","3954905558","9970934469","8061608947","329481180","1778930516","5311129373","2106207123","5074949919","2040620736","7022128605","9454240939","2319857176","7912465960","6773297662","1742337866","3582301296","8421983947","2060293387","1017759105","8212387559","3011366119","6499976114","4649260019"];
export const appIdMap = new Set(appIds);
export const filterFunctionCodesIsApp = (codeList: string[]) => {
@@ -109,6 +109,21 @@ export default <IPowerItem[]>[
label: 'moduleApps.spdm_CompetenceCenterAnimation',
children: [{"id":"8557732165","label":"moduleFuncs.view"},{"id":"4550870170","label":"moduleFuncs.add"},{"id":"2732780486","label":"moduleFuncs.edit"},{"id":"4165175230","label":"moduleFuncs.del"},{"id":"3610877415","label":"moduleFuncs.export"}],
},
{
id: '7416701100',
label: 'moduleApps.spdm_CompetenceCenterRobot',
children: [{"id":"2067064877","label":"moduleFuncs.view"},{"id":"6050708679","label":"moduleFuncs.add"},{"id":"7970928298","label":"moduleFuncs.edit"},{"id":"6127381578","label":"moduleFuncs.del"},{"id":"9979801718","label":"moduleFuncs.export"}],
},
{
id: '7463969718',
label: 'moduleApps.spdm_CompetenceCenterIndustrialDesign',
children: [{"id":"4195430134","label":"moduleFuncs.view"},{"id":"8478086097","label":"moduleFuncs.add"},{"id":"8441166885","label":"moduleFuncs.edit"},{"id":"6559282288","label":"moduleFuncs.del"},{"id":"5782722687","label":"moduleFuncs.export"}],
},
{
id: '4203835289',
label: 'moduleApps.spdm_CompetenceCenterToleranceAnalysis',
children: [{"id":"4273480313","label":"moduleFuncs.view"},{"id":"3729518835","label":"moduleFuncs.add"},{"id":"9863433164","label":"moduleFuncs.edit"},{"id":"9625700323","label":"moduleFuncs.del"},{"id":"4618502318","label":"moduleFuncs.export"}],
},
{
id: '9985416320',
label: 'moduleApps.spdm_SystemStorage',

View File

@@ -322,6 +322,57 @@ export const appList = [
},
],
},
{
name: 'spdm_CompetenceCenterRobot',
zhCn: '机器人库',
en: 'Robot Library',
pages: [
{
name: 'spdmCompetenceCenterRobot',
zhCn: '机器人库',
en: 'Robot Library',
path: '/spdm/competenceCenter/robot',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Notebook',
},
},
],
},
{
name: 'spdm_CompetenceCenterIndustrialDesign',
zhCn: '工业设计库',
en: 'Industrial Design Library',
pages: [
{
name: 'spdmCompetenceCenterIndustrialDesign',
zhCn: '工业设计库',
en: 'Industrial Design Library',
path: '/spdm/competenceCenter/industrialDesign',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-Memo',
},
},
],
},
{
name: 'spdm_CompetenceCenterToleranceAnalysis',
zhCn: '公差分析库',
en: 'Tolerance Analysis Library',
pages: [
{
name: 'spdmCompetenceCenterToleranceAnalysis',
zhCn: '公差分析库',
en: 'Tolerance Analysis Library',
path: '/spdm/competenceCenter/toleranceAnalysis',
component: () => import('/@/spdm/views/index.vue'),
meta: {
icon: 'ele-DataAnalysis',
},
},
],
},
{
name: 'spdm_SystemStorage',
zhCn: '存储管理',

View File

@@ -231,6 +231,30 @@ export const pageMap = {
"code": "spdmCompetenceCenter_view"
}
},
"spdmCompetenceCenterRobot": {
"path": "/spdm/competenceCenter/robot",
"name": "moduleRoutes.spdmCompetenceCenterRobot",
"meta": {
"icon": "ele-Notebook",
"code": "spdm_CompetenceCenterRobot_view"
}
},
"spdmCompetenceCenterIndustrialDesign": {
"path": "/spdm/competenceCenter/industrialDesign",
"name": "moduleRoutes.spdmCompetenceCenterIndustrialDesign",
"meta": {
"icon": "ele-Memo",
"code": "spdm_CompetenceCenterIndustrialDesign_view"
}
},
"spdmCompetenceCenterToleranceAnalysis": {
"path": "/spdm/competenceCenter/toleranceAnalysis",
"name": "moduleRoutes.spdmCompetenceCenterToleranceAnalysis",
"meta": {
"icon": "ele-DataAnalysis",
"code": "spdm_CompetenceCenterToleranceAnalysis_view"
}
},
"spdmSystemStorage": {
"path": "/spdm/system/storage",
"name": "moduleRoutes.spdmSystemStorage",