diff --git a/ruoyi-admin/src/main/resources/templates/login.html b/ruoyi-admin/src/main/resources/templates/login.html index c3b0d3a32..f90ad2ddb 100644 --- a/ruoyi-admin/src/main/resources/templates/login.html +++ b/ruoyi-admin/src/main/resources/templates/login.html @@ -52,7 +52,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/register.html b/ruoyi-admin/src/main/resources/templates/register.html index 76439c88f..8d0468f72 100644 --- a/ruoyi-admin/src/main/resources/templates/register.html +++ b/ruoyi-admin/src/main/resources/templates/register.html @@ -50,7 +50,7 @@
- +
diff --git a/ruoyi-generator/src/main/resources/vm/html/add.html.vm b/ruoyi-generator/src/main/resources/vm/html/add.html.vm index 584464384..85fd47c48 100644 --- a/ruoyi-generator/src/main/resources/vm/html/add.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/add.html.vm @@ -274,7 +274,7 @@ #end #if($table.tree) - /*${functionName}-新增-选择父部门树*/ + /*${functionName}-新增-选择父${functionName}树*/ function select${BusinessName}Tree() { var options = { title: '${functionName}选择', diff --git a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm index f3de46805..0d1f8b7cb 100644 --- a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm @@ -284,7 +284,7 @@ #end #if($table.tree) - /*${functionName}-新增-选择父部门树*/ + /*${functionName}-编辑-选择父${functionName}树*/ function select${BusinessName}Tree() { var options = { title: '${functionName}选择',