rabin 2 年之前
父節點
當前提交
6eb5e517f4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/dever/core.js

+ 2 - 1
assets/dever/core.js

@@ -51,7 +51,8 @@ var Dever =
         if ($("input").length) {
             $("input").each(function()
             {
-                $(this).attr('autocomplete', 'new-password');
+                //$(this).attr('autocomplete', 'new-password');
+                $(this).attr('autocomplete', 'off');
                 /*
                 $(this).attr('readonly', true);
                 $(this).focus(function()