feat: project大部分界面,部分交互

1.project弹框、module弹框
2.顶部菜单栏project项增加动态数据
This commit is contained in:
chenjinsong
2019-12-12 17:15:33 +08:00
parent 8aa9a13d59
commit dafaa99726
5 changed files with 661 additions and 69 deletions

View File

@@ -105,10 +105,20 @@ const en = {
},
project: {
project: {
project: "Project"
project: "Project",
projectName: "Project Name",
editProject: "Edit Project",
description: "Description"
},
module: {
module: "Module"
module: "Module",
moduleName: "Module Name",
editModule: "Edit Module",
description: "Description",
tip: {
defaultEndpointSet: "Default Endpoint Set",
relation: "Endpoints associated with Module will reference Port/Path/Param/Params by default"
}
},
endpoint: {
createEndpoint: "Create Endpoint",