Browse Source

修改operator添加账户保存后的链接

jun.zhou 9 years ago
parent
commit
f20b875feb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/pages/operator/main/authority/create.ftl

+ 1 - 1
src/main/webapp/WEB-INF/pages/operator/main/authority/create.ftl

@@ -43,7 +43,7 @@
 				       url: "${ctx}/operator/main/authority/save?authority="+authority+"&ensurePassword="+$("#ensurePassword").val(),
 				       data: Account,
 				       success: function(data){
-						 location.href = "${ctx}/operaor/main/authority/list.ftl";
+						 location.href = "${ctx}/operator/main/authority/list.ftl";
 				       }
 					});
 				}