【ORG】修改视图静态地址

pull/65/head
chenjinlong 2021-01-22 16:17:24 +08:00
parent 9c87f0cc9d
commit b117523caf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class OrganizationViewController {
*/
@GetResource(name = "机构管理-首页-视图", path = "/view/organization")
public String indexView() {
return "/modular/system/organization/organization_1.html";
return "/modular/system/organization/organization.html";
}
/**