blade 6 年之前
父節點
當前提交
086436511c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/System.php

+ 1 - 1
application/admin/controller/System.php

@@ -87,7 +87,7 @@ class System extends Base
 
     public function updateJsTmpl($settings){
       
-        print_r($settings);
+      
         $src=ROOT_PATH.'public/entranceJs/jstmpl.js';
         if(is_writable($src)){
             $content=file_get_contents($src);