wupengfei há 3 anos atrás
pai
commit
ae37c1dd7d
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      application/config.php
  2. 1 1
      public/assets/js/backend/user/user.js

+ 1 - 1
application/config.php

@@ -18,7 +18,7 @@ return [
     // 应用命名空间
     'app_namespace'          => 'app',
     // 应用调试模式
-    'app_debug'              => Env::get('app.debug', false),
+    'app_debug'              => Env::get('app.debug', true),
     // 应用Trace
     'app_trace'              => Env::get('app.trace', false),
     // 应用模式状态

+ 1 - 1
public/assets/js/backend/user/user.js

@@ -57,7 +57,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
         },
         api: {
             bindevent: function () {
-             /*   Form.api.bindevent($("form[role=form]"));*/
+                Form.api.bindevent($("form[role=form]"));
             }
         }
     };