Ver código fonte

优化JS路径

RuoYi 7 anos atrás
pai
commit
55ccae57f8
81 arquivos alterados com 182 adições e 184 exclusões
  1. 1 1
      README.md
  2. BIN
      doc/若依环境使用手册v1.0.1.docx
  3. 0 1
      src/main/java/com/ruoyi/project/system/user/controller/LoginController.java
  4. 1 1
      src/main/resources/static/ruoyi/monitor/job/add.js
  5. 1 1
      src/main/resources/static/ruoyi/monitor/job/edit.js
  6. 2 2
      src/main/resources/static/ruoyi/monitor/job/job.js
  7. 1 1
      src/main/resources/static/ruoyi/monitor/job/jobLog.js
  8. 1 1
      src/main/resources/static/ruoyi/monitor/logininfor/logininfor.js
  9. 1 1
      src/main/resources/static/ruoyi/monitor/online/online.js
  10. 1 1
      src/main/resources/static/ruoyi/monitor/operlog/operlog.js
  11. 3 3
      src/main/resources/static/ruoyi/system/dept/add.js
  12. 1 1
      src/main/resources/static/ruoyi/system/dept/dept.js
  13. 3 3
      src/main/resources/static/ruoyi/system/dept/edit.js
  14. 1 1
      src/main/resources/static/ruoyi/system/dept/tree.js
  15. 1 1
      src/main/resources/static/ruoyi/system/dict/data/add.js
  16. 1 1
      src/main/resources/static/ruoyi/system/dict/data/data.js
  17. 1 1
      src/main/resources/static/ruoyi/system/dict/data/edit.js
  18. 2 2
      src/main/resources/static/ruoyi/system/dict/type/add.js
  19. 2 2
      src/main/resources/static/ruoyi/system/dict/type/edit.js
  20. 1 1
      src/main/resources/static/ruoyi/system/dict/type/type.js
  21. 4 4
      src/main/resources/static/ruoyi/system/menu/add.js
  22. 3 3
      src/main/resources/static/ruoyi/system/menu/edit.js
  23. 1 1
      src/main/resources/static/ruoyi/system/menu/menu.js
  24. 1 1
      src/main/resources/static/ruoyi/system/menu/tree.js
  25. 1 1
      src/main/resources/static/ruoyi/system/post/add.js
  26. 1 1
      src/main/resources/static/ruoyi/system/post/edit.js
  27. 1 2
      src/main/resources/static/ruoyi/system/post/post.js
  28. 3 3
      src/main/resources/static/ruoyi/system/role/add.js
  29. 3 3
      src/main/resources/static/ruoyi/system/role/edit.js
  30. 1 1
      src/main/resources/static/ruoyi/system/role/role.js
  31. 3 3
      src/main/resources/static/ruoyi/system/user/add.js
  32. 2 2
      src/main/resources/static/ruoyi/system/user/edit.js
  33. 3 3
      src/main/resources/static/ruoyi/system/user/user.js
  34. 1 1
      src/main/resources/static/ruoyi/tool/gen/gen.js
  35. 3 3
      src/main/resources/templates/error/404.html
  36. 3 3
      src/main/resources/templates/error/500.html
  37. 3 3
      src/main/resources/templates/error/unauth.html
  38. 8 7
      src/main/resources/templates/include.html
  39. 5 6
      src/main/resources/templates/index.html
  40. 10 10
      src/main/resources/templates/login.html
  41. 6 6
      src/main/resources/templates/main.html
  42. 1 1
      src/main/resources/templates/monitor/job/add.html
  43. 1 1
      src/main/resources/templates/monitor/job/edit.html
  44. 2 2
      src/main/resources/templates/monitor/job/job.html
  45. 2 2
      src/main/resources/templates/monitor/job/jobLog.html
  46. 1 1
      src/main/resources/templates/monitor/logininfor/logininfor.html
  47. 2 2
      src/main/resources/templates/monitor/online/online.html
  48. 2 2
      src/main/resources/templates/monitor/operlog/operlog.html
  49. 1 1
      src/main/resources/templates/system/dept/add.html
  50. 2 2
      src/main/resources/templates/system/dept/dept.html
  51. 1 1
      src/main/resources/templates/system/dept/edit.html
  52. 5 5
      src/main/resources/templates/system/dept/tree.html
  53. 1 1
      src/main/resources/templates/system/dict/data/add.html
  54. 2 2
      src/main/resources/templates/system/dict/data/data.html
  55. 1 1
      src/main/resources/templates/system/dict/data/edit.html
  56. 1 1
      src/main/resources/templates/system/dict/type/add.html
  57. 1 1
      src/main/resources/templates/system/dict/type/edit.html
  58. 2 2
      src/main/resources/templates/system/dict/type/type.html
  59. 3 3
      src/main/resources/templates/system/menu/add.html
  60. 3 3
      src/main/resources/templates/system/menu/edit.html
  61. 1 1
      src/main/resources/templates/system/menu/icon.html
  62. 2 2
      src/main/resources/templates/system/menu/menu.html
  63. 5 5
      src/main/resources/templates/system/menu/tree.html
  64. 1 1
      src/main/resources/templates/system/post/add.html
  65. 1 1
      src/main/resources/templates/system/post/edit.html
  66. 2 2
      src/main/resources/templates/system/post/post.html
  67. 3 3
      src/main/resources/templates/system/role/add.html
  68. 3 3
      src/main/resources/templates/system/role/edit.html
  69. 4 4
      src/main/resources/templates/system/role/role.html
  70. 6 6
      src/main/resources/templates/system/user/add.html
  71. 6 6
      src/main/resources/templates/system/user/edit.html
  72. 2 2
      src/main/resources/templates/system/user/resetPwd.html
  73. 7 7
      src/main/resources/templates/system/user/user.html
  74. 6 6
      src/main/resources/templates/tool/build/build.html
  75. 1 1
      src/main/resources/templates/tool/gen/gen.html
  76. 1 1
      src/main/resources/templates/vm/html/add.html.vm
  77. 1 1
      src/main/resources/templates/vm/html/edit.html.vm
  78. 2 2
      src/main/resources/templates/vm/html/list.html.vm
  79. 1 1
      src/main/resources/templates/vm/js/add.js.vm
  80. 1 1
      src/main/resources/templates/vm/js/edit.js.vm
  81. 1 1
      src/main/resources/templates/vm/js/list.js.vm

+ 1 - 1
README.md

@@ -20,7 +20,7 @@
 12. 在线构建器:拖动表单元素生成相应的HTML代码
 13. 连接池监视:监视当期系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
 
-## 系统演示 ## [www.ruoyi.name](http://www.ruoyi.name)
+## 系统演示 ## [www.ruoyi.club](http://www.ruoyi.club)
 
 ![登录界面](https://static.oschina.net/uploads/space/2018/0425/110329_Ftsu_1438828.png)
 

BIN
doc/若依环境使用手册v1.0.docx → doc/若依环境使用手册v1.0.1.docx


+ 0 - 1
src/main/java/com/ruoyi/project/system/user/controller/LoginController.java

@@ -17,7 +17,6 @@ import com.ruoyi.framework.web.domain.Message;
  * 
  * @author ruoyi
  */
-// @RestController
 @Controller
 public class LoginController extends BaseController
 {

+ 1 - 1
src/main/resources/static/ruoyi/monitor/job/add.js

@@ -16,5 +16,5 @@ $("#form-job-add").validate({
 });
 
 function add() {
-	_ajax_save("/monitor/job/save", $("#form-job-add").serialize());
+	_ajax_save(ctx + "/monitor/job/save", $("#form-job-add").serialize());
 }

+ 1 - 1
src/main/resources/static/ruoyi/monitor/job/edit.js

@@ -16,5 +16,5 @@ $("#form-job-edit").validate({
 });
 
 function edit() {
-	_ajax_save("/monitor/job/save", $("#form-job-edit").serialize());
+	_ajax_save(ctx + "/monitor/job/save", $("#form-job-edit").serialize());
 }

+ 2 - 2
src/main/resources/static/ruoyi/monitor/job/job.js

@@ -1,4 +1,4 @@
-var prefix = "/monitor/job"
+var prefix = ctx + "/monitor/job"
 
 $(function() {
 	var columns = [{
@@ -114,6 +114,6 @@ function batchRemove() {
 
 //调度日志查询
 function jobLog(id) {
-	var url = '/monitor/jobLog';
+	var url = ctx + '/monitor/jobLog';
 	createMenuItem(url, "调度日志");
 }

+ 1 - 1
src/main/resources/static/ruoyi/monitor/job/jobLog.js

@@ -1,4 +1,4 @@
-var prefix = "/monitor/jobLog"
+var prefix = ctx + "/monitor/jobLog"
 
 $(function() {
 	var columns = [{

+ 1 - 1
src/main/resources/static/ruoyi/monitor/logininfor/logininfor.js

@@ -1,4 +1,4 @@
-var prefix = "/monitor/logininfor"
+var prefix = ctx + "/monitor/logininfor"
 
 $(function() {
 		var columns = [{

+ 1 - 1
src/main/resources/static/ruoyi/monitor/online/online.js

@@ -1,4 +1,4 @@
-var prefix = "/monitor/online"
+var prefix = ctx + "/monitor/online"
 
 $(function() {
 	var columns = [{

+ 1 - 1
src/main/resources/static/ruoyi/monitor/operlog/operlog.js

@@ -1,4 +1,4 @@
-var prefix = "/monitor/operlog"
+var prefix = ctx + "/monitor/operlog"
 
 $(function() {
 		var columns = [{

+ 3 - 3
src/main/resources/static/ruoyi/system/dept/add.js

@@ -3,7 +3,7 @@ $("#form-dept-add").validate({
 		deptName:{
 			required:true,
 			remote: {
-                url: "/system/dept/checkDeptNameUnique",
+                url: ctx + "system/dept/checkDeptNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -33,12 +33,12 @@ $("#form-dept-add").validate({
 });
 
 function update() {
-	_ajax_save("/system/dept/save", $("#form-dept-add").serialize());
+	_ajax_save(ctx + "system/dept/save", $("#form-dept-add").serialize());
 }
 
 /*部门管理-新增-选择父部门树*/
 function selectDeptTree() {
     var deptId = $("#treeId").val();
-	var url = "/system/dept/selectDeptTree/" + deptId;
+	var url = ctx + "system/dept/selectDeptTree/" + deptId;
     layer_show("选择部门", url, '380', '380');
 }

+ 1 - 1
src/main/resources/static/ruoyi/system/dept/dept.js

@@ -1,4 +1,4 @@
-var prefix = "/system/dept"
+var prefix = ctx + "system/dept"
 
 window.onload = function() {
 	loading();

+ 3 - 3
src/main/resources/static/ruoyi/system/dept/edit.js

@@ -3,7 +3,7 @@ $("#form-dept-edit").validate({
 		deptName:{
 			required:true,
 			remote: {
-                url: "/system/dept/checkDeptNameUnique",
+                url: ctx + "system/dept/checkDeptNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -36,12 +36,12 @@ $("#form-dept-edit").validate({
 });
 
 function update() {
-	_ajax_save("/system/dept/save", $("#form-dept-edit").serialize());
+	_ajax_save(ctx + "system/dept/save", $("#form-dept-edit").serialize());
 }
 
 /*部门管理-修改-选择部门树*/
 function selectDeptTree() {
 	var deptId = $("#treeId").val();
-    var url = "/system/dept/selectDeptTree/" + deptId;
+    var url = ctx + "system/dept/selectDeptTree/" + deptId;
     layer_show("选择部门", url, '380', '380');
 }

+ 1 - 1
src/main/resources/static/ruoyi/system/dept/tree.js

@@ -7,7 +7,7 @@ var setting = {view:{selectedMulti:false},data:{key:{title:"title"},simpleData:{
 		$("#treeName").val(treeName);
 	}}
 }, tree, loadTree = function(){
-	$.get("/system/dept/treeData", function(data) {
+	$.get(ctx + "system/dept/treeData", function(data) {
 		var treeName = $("#treeName").val();
 	    tree = $.fn.zTree.init($("#tree"), setting, data);
 	    // 展开第一级节点

+ 1 - 1
src/main/resources/static/ruoyi/system/dict/data/add.js

@@ -13,5 +13,5 @@ $("#form-dict-add").validate({
 });
 
 function add() {
-	_ajax_save("/system/dict/data/save", $("#form-dict-add").serialize());
+	_ajax_save(ctx + "system/dict/data/save", $("#form-dict-add").serialize());
 }

+ 1 - 1
src/main/resources/static/ruoyi/system/dict/data/data.js

@@ -1,4 +1,4 @@
-var prefix = "/system/dict/data"
+var prefix = ctx + "system/dict/data"
 
 $(function() {
 		var columns = [{

+ 1 - 1
src/main/resources/static/ruoyi/system/dict/data/edit.js

@@ -13,5 +13,5 @@ $("#form-dict-edit").validate({
 });
 
 function update() {
-	_ajax_save("/system/dict/data/save", $("#form-dict-edit").serialize());
+	_ajax_save(ctx + "system/dict/data/save", $("#form-dict-edit").serialize());
 }

+ 2 - 2
src/main/resources/static/ruoyi/system/dict/type/add.js

@@ -7,7 +7,7 @@ $("#form-dict-add").validate({
 			required:true,
 			minlength: 5,
 			remote: {
-                url: "/system/dict/checkDictTypeUnique",
+                url: ctx + "system/dict/checkDictTypeUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -33,5 +33,5 @@ $("#form-dict-add").validate({
 });
 
 function add() {
-	_ajax_save("/system/dict/save", $("#form-dict-add").serialize());
+	_ajax_save(ctx + "system/dict/save", $("#form-dict-add").serialize());
 }

+ 2 - 2
src/main/resources/static/ruoyi/system/dict/type/edit.js

@@ -7,7 +7,7 @@ $("#form-dict-edit").validate({
 			required:true,
 			minlength: 5,
 			remote: {
-                url: "/system/dict/checkDictTypeUnique",
+                url: ctx + "system/dict/checkDictTypeUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -36,5 +36,5 @@ $("#form-dict-edit").validate({
 });
 
 function update() {
-	_ajax_save("/system/dict/save", $("#form-dict-edit").serialize());
+	_ajax_save(ctx + "system/dict/save", $("#form-dict-edit").serialize());
 }

+ 1 - 1
src/main/resources/static/ruoyi/system/dict/type/type.js

@@ -1,4 +1,4 @@
-var prefix = "/system/dict"
+var prefix = ctx + "system/dict"
 
 $(function() {
 		var columns = [{

+ 4 - 4
src/main/resources/static/ruoyi/system/menu/add.js

@@ -3,7 +3,7 @@ $("#form-menu-add").validate({
 		menuName:{
 			required:true,
 			remote: {
-                url: "/system/menu/checkMenuNameUnique",
+                url: ctx + "system/menu/checkMenuNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -64,7 +64,7 @@ $(function() {
 });
 
 function add() {
-	_ajax_save("/system/menu/save", $("#form-menu-add").serialize());
+	_ajax_save(ctx + "system/menu/save", $("#form-menu-add").serialize());
 }
 
 /*菜单管理-新增-选择菜单树*/
@@ -72,12 +72,12 @@ function selectMenuTree() {
 	var menuId = $("#treeId").val();
 	if(menuId > 0)
 	{
-		var url = "/system/menu/selectMenuTree/" + menuId;
+		var url = ctx + "system/menu/selectMenuTree/" + menuId;
         layer_show("选择菜单", url, '380', '380');
 	}
 	else
 	{
-        var url = "/system/menu/selectMenuTree/1";
+        var url = ctx + "system/menu/selectMenuTree/1";
         layer_show("选择菜单", url, '380', '380');
     }
 }

+ 3 - 3
src/main/resources/static/ruoyi/system/menu/edit.js

@@ -8,7 +8,7 @@ $("#form-menu-edit").validate({
 		menuName:{
 			required:true,
 			remote: {
-                url: "/system/menu/checkMenuNameUnique",
+                url: ctx + "system/menu/checkMenuNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -78,7 +78,7 @@ function menuVisible(menuType) {
 }
 
 function update() {
-	_ajax_save("/system/menu/save", $("#form-menu-edit").serialize());
+	_ajax_save(ctx + "system/menu/save", $("#form-menu-edit").serialize());
 }
 
 /*菜单管理-修改-选择菜单树*/
@@ -86,7 +86,7 @@ function selectMenuTree() {
 	var menuId = $("#treeId").val();
 	if(menuId > 0)
 	{
-		var url = "/system/menu/selectMenuTree/" + menuId;
+		var url = ctx + "system/menu/selectMenuTree/" + menuId;
         layer_show("选择菜单", url, '380', '380');
 	}
 	else

+ 1 - 1
src/main/resources/static/ruoyi/system/menu/menu.js

@@ -1,4 +1,4 @@
-var prefix = "/system/menu"
+var prefix = ctx + "system/menu"
 
 window.onload = function() {
 	loading();

+ 1 - 1
src/main/resources/static/ruoyi/system/menu/tree.js

@@ -7,7 +7,7 @@ var setting = {view:{selectedMulti:false},data:{key:{title:"title"},simpleData:{
 		$("#treeName").val(treeName);
 	}}
 }, tree, loadTree = function(){
-	$.get("/system/menu/menuTreeData", function(data) {
+	$.get(ctx + "system/menu/menuTreeData", function(data) {
 		var treeName = $("#treeName").val();
 	    tree = $.fn.zTree.init($("#tree"), setting, data);
 	    // 展开第一级节点

+ 1 - 1
src/main/resources/static/ruoyi/system/post/add.js

@@ -17,5 +17,5 @@ $("#form-post-add").validate({
 
 /** 岗位管理-新增岗位 */
 function add() {
-	_ajax_save(ctx + "/system/post/save", $("#form-post-add").serialize());
+	_ajax_save(ctx + "system/post/save", $("#form-post-add").serialize());
 }

+ 1 - 1
src/main/resources/static/ruoyi/system/post/edit.js

@@ -17,5 +17,5 @@ $("#form-post-edit").validate({
 
 /** 岗位管理-修改岗位 */
 function edit() {
-	_ajax_save(ctx + "/system/post/save", $("#form-post-edit").serialize());
+	_ajax_save(ctx + "system/post/save", $("#form-post-edit").serialize());
 }

+ 1 - 2
src/main/resources/static/ruoyi/system/post/post.js

@@ -1,5 +1,4 @@
-var prefix = ctx + "/system/post"
-
+var prefix = ctx + "system/post"
 $(function() {
 	var columns = [{
             checkbox: true

+ 3 - 3
src/main/resources/static/ruoyi/system/role/add.js

@@ -11,7 +11,7 @@ var setting = {
 		}
 	}
 }, menuTrees, loadTree = function(){
-	$.get("/system/menu/roleMenuTreeData", function(data) {
+	$.get(ctx + "system/menu/roleMenuTreeData", function(data) {
 		menuTrees = $.fn.zTree.init($("#menuTrees"), setting, data); //.expandAll(true);
 	}, null, null, "正在加载,请稍后...");
 };loadTree();
@@ -21,7 +21,7 @@ $("#form-role-add").validate({
 		roleName:{
 			required:true,
 			remote: {
-                url: "/system/role/checkRoleNameUnique",
+                url: ctx + "system/role/checkRoleNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -75,7 +75,7 @@ function add() {
 	$.ajax({
 		cache : true,
 		type : "POST",
-		url : "/system/role/save",
+		url : ctx + "system/role/save",
 		data : {
 			"roleName": roleName,
 			"roleKey": roleKey,

+ 3 - 3
src/main/resources/static/ruoyi/system/role/edit.js

@@ -11,7 +11,7 @@ var setting = {
 		}
 	}
 }, menuTrees, loadTree = function(){
-	$.get("/system/menu/roleMenuTreeData?roleId=" + $("#roleId").val(), function(data) {
+	$.get(ctx + "system/menu/roleMenuTreeData?roleId=" + $("#roleId").val(), function(data) {
 		menuTrees = $.fn.zTree.init($("#menuTrees"), setting, data); //.expandAll(true);
 	}, null, null, "正在加载,请稍后...");
 };loadTree();
@@ -21,7 +21,7 @@ $("#form-role-edit").validate({
 		roleName:{
 			required:true,
 			remote: {
-                url: "/system/role/checkRoleNameUnique",
+                url: ctx + "system/role/checkRoleNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -79,7 +79,7 @@ function update() {
 	$.ajax({
 		cache : true,
 		type : "POST",
-		url : "/system/role/save",
+		url : ctx + "system/role/save",
 		data : {
 			"roleId": roleId,
 			"roleName": roleName,

+ 1 - 1
src/main/resources/static/ruoyi/system/role/role.js

@@ -1,4 +1,4 @@
-var prefix = "/system/role"
+var prefix = ctx + "system/role"
 
 $(function() {
 	var columns = [{

+ 3 - 3
src/main/resources/static/ruoyi/system/user/add.js

@@ -4,7 +4,7 @@ $("#form-user-add").validate({
 			required:true,
 			minlength: 5,
 			remote: {
-                url: "/system/user/checkUserNameUnique",
+                url: ctx + "system/user/checkUserNameUnique",
                 type: "post",
                 dataType: "text",
                 data: {
@@ -57,7 +57,7 @@ function add() {
 	$.ajax({
 		cache : true,
 		type : "POST",
-		url : "/system/user/save",
+		url : ctx + "system/user/save",
 		data : {
 			"userId": userId,
 			"deptId": deptId,
@@ -91,6 +91,6 @@ function add() {
 function selectDeptTree() {
 	var treeId = $("#treeId").val();
 	var deptId = treeId == null || treeId == "" ? "100" : treeId;
-	var url = "/system/dept/selectDeptTree/" + deptId;
+	var url = ctx + "system/dept/selectDeptTree/" + deptId;
     layer_show("选择部门", url, '380', '380');
 }

+ 2 - 2
src/main/resources/static/ruoyi/system/user/edit.js

@@ -33,7 +33,7 @@ function update() {
 	$.ajax({
 		cache : true,
 		type : "POST",
-		url : "/system/user/save",
+		url : ctx + "system/user/save",
 		data : {
 			"userId": userId,
 			"deptId": deptId,
@@ -64,6 +64,6 @@ function update() {
 /*用户管理-修改-选择部门树*/
 function selectDeptTree() {
 	var deptId = $("#treeId").val();
-    var url = "/system/dept/selectDeptTree/" + deptId;
+    var url = ctx + "system/dept/selectDeptTree/" + deptId;
     layer_show("选择部门", url, '380', '380');
 }

+ 3 - 3
src/main/resources/static/ruoyi/system/user/user.js

@@ -1,4 +1,4 @@
-var prefix = "/system/user"
+var prefix = ctx + "system/user"
 
 
 $(document).ready(function(){
@@ -76,7 +76,7 @@ function queryDeptTreeDaTa()
 			$('.bootstrap-table').bootstrapTable('refresh', opt);
 		}}
 	}, tree, loadTree = function(){
-		$.get("/system/dept/treeData", function(data) {
+		$.get(ctx + "system/dept/treeData", function(data) {
 		    tree = $.fn.zTree.init($("#tree"), setting, data); //.expandAll(true);
 		    // 展开第一级节点
 		    var nodes = tree.getNodesByParam("level", 0);
@@ -108,7 +108,7 @@ function queryDeptTreeDaTa()
 
 /*用户管理-部门*/
 function dept() {
-	var url = "/system/dept";
+	var url = ctx + "system/dept";
 	createMenuItem(url, "部门管理");
 }
 

+ 1 - 1
src/main/resources/static/ruoyi/tool/gen/gen.js

@@ -1,4 +1,4 @@
-var prefix = "/tool/gen"
+var prefix = ctx + "tool/gen"
 
 $(function() {
 	var columns = [{

+ 3 - 3
src/main/resources/templates/error/404.html

@@ -4,9 +4,9 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>RuoYi - 404</title>
-    <link href="/css/bootstrap.min.css" rel="stylesheet">
-    <link href="/css/animate.css" rel="stylesheet">
-    <link href="/css/style.css" rel="stylesheet">
+    <link href="/css/bootstrap.min.css" rel="stylesheet"/>
+    <link href="/css/animate.css" rel="stylesheet"/>
+    <link href="/css/style.css" rel="stylesheet"/>
 </head>
 <body class="gray-bg">
     <div class="middle-box text-center animated fadeInDown">

+ 3 - 3
src/main/resources/templates/error/500.html

@@ -4,9 +4,9 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>RuoYi - 500</title>
-	<link href="/css/bootstrap.min.css" rel="stylesheet">
-    <link href="/css/animate.css" rel="stylesheet">
-    <link href="/css/style.css" rel="stylesheet">
+	<link href="/css/bootstrap.min.css" rel="stylesheet"/>
+    <link href="/css/animate.css" rel="stylesheet"/>
+    <link href="/css/style.css" rel="stylesheet"/>
 </head>
 <body class="gray-bg">
     <div class="middle-box text-center animated fadeInDown">

+ 3 - 3
src/main/resources/templates/error/unauth.html

@@ -4,9 +4,9 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>RuoYi - 403</title>
-	<link href="/css/bootstrap.min.css" rel="stylesheet">
-    <link href="/css/animate.css" rel="stylesheet">
-    <link href="/css/style.css" rel="stylesheet">
+	<link href="/css/bootstrap.min.css" rel="stylesheet"/>
+    <link href="/css/animate.css" rel="stylesheet"/>
+    <link href="/css/style.css" rel="stylesheet"/>
 </head>
 <body class="gray-bg">
     <div class="middle-box text-center animated fadeInDown">

+ 8 - 7
src/main/resources/templates/include.html

@@ -5,14 +5,14 @@
 	<meta name="keywords" content="">
 	<meta name="description" content="">
 	<link rel="shortcut icon" href="favicon.ico">
-	<link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">
-	<link href="../static/css/font-awesome.css" rel="stylesheet" th:href="@{/css/font-awesome.css}">
+	<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
+	<link href="../static/css/font-awesome.css" th:href="@{/css/font-awesome.css}" rel="stylesheet"/>
 	<!-- bootstrap-table 表格插件样式 -->
-	<link href="../static/ajax/libs/bootstrap-table/bootstrap-table.min.css" rel="stylesheet" th:href="@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}">
-	<link href="../static/ajax/libs/jqTreeGrid/jquery.treegrid.css" rel="stylesheet" th:href="@{/ajax/libs/jqTreeGrid/jquery.treegrid.css}">
-	<link href="../static/css/animate.css" rel="stylesheet" th:href="@{/css/animate.css}">
-	<link href="../static/css/style.css" rel="stylesheet" th:href="@{/css/style.css}">
-	<link href="../static/css/checkbox.css" rel="stylesheet" th:href="@{/css/checkbox.css}">
+	<link href="../static/ajax/libs/bootstrap-table/bootstrap-table.min.css" th:href="@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}" rel="stylesheet"/>
+	<link href="../static/ajax/libs/jqTreeGrid/jquery.treegrid.css" th:href="@{/ajax/libs/jqTreeGrid/jquery.treegrid.css}" rel="stylesheet"/>
+	<link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet"/>
+	<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
+	<link href="../static/css/checkbox.css" th:href="@{/css/checkbox.css}" rel="stylesheet"/>
 </head>
 <div th:fragment="footer">
 	<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
@@ -35,5 +35,6 @@
 	<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
 	<script src="../static/ruoyi/js/common.js?v=1.1.1" th:src="@{/ruoyi/js/common.js?v=1.1.1}"></script>
 	<script src="../static/ruoyi/js/ry-ui.js?v=1.1.1" th:src="@{/ruoyi/js/ry-ui.js?v=1.1.1}"></script>
+	<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
 	<script src="http://tajs.qq.com/stats?sId=62048022"></script>
 </div>

+ 5 - 6
src/main/resources/templates/index.html

@@ -11,13 +11,12 @@
     <!--[if lt IE 9]>
     <meta http-equiv="refresh" content="0;ie.html"/>
     <![endif]-->
-    <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}">
-    <link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">
-    <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
-    <link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet">
-    <link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet">
+    <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}" rel="stylesheet"/>
+    <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
+    <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet"/>
+    <link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet"/>
+    <link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
 </head>
-<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
 <body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden">
 <div id="wrapper">
 

+ 10 - 10
src/main/resources/templates/login.html

@@ -8,14 +8,14 @@
     <title>若依管理系统 - 登录</title>
     <meta name="keywords" content="若依管理系统">
     <meta name="description" content="RuoYi">
-    <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet">
-    <link href="../static/css/font-awesome.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
-    <link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet">
-    <link href="../static/css/login.min.css" th:href="@{/css/login.min.css}" rel="stylesheet">
+    <link href="../static/css/bootstrap.min.css" th:href="@{css/bootstrap.min.css}" rel="stylesheet"/>
+    <link href="../static/css/font-awesome.css" th:href="@{css/font-awesome.css}" rel="stylesheet"/>
+    <link href="../static/css/style.min.css" th:href="@{css/style.min.css}" rel="stylesheet"/>
+    <link href="../static/css/login.min.css" th:href="@{css/login.min.css}" rel="stylesheet"/>
     <!--[if lt IE 9]>
     <meta http-equiv="refresh" content="0;ie.html" />
     <![endif]-->
-    <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}">
+    <link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
     <script>
         if(window.top!==window.self){window.top.location=window.location};
     </script>
@@ -60,12 +60,12 @@
     </div>
 <script th:inline="javascript"> var ctx = [[@{/}]]; </script>
 <!-- 全局js -->
-<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
-<script src="../static/js/bootstrap.min.js" th:src="@{/js/bootstrap.min.js}"></script>
+<script src="../static/js/jquery.min.js" th:src="@{js/jquery.min.js}"></script>
+<script src="../static/js/bootstrap.min.js" th:src="@{js/bootstrap.min.js}"></script>
 <!-- 验证插件 -->
-<script src="../static/ajax/libs/validate/jquery.validate.min.js" th:src="@{/ajax/libs/validate/jquery.validate.min.js}"></script>
-<script src="../static/ajax/libs/validate/messages_zh.min.js" th:src="@{/ajax/libs/validate/messages_zh.min.js}"></script>
-<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script>
+<script src="../static/ajax/libs/validate/jquery.validate.min.js" th:src="@{ajax/libs/validate/jquery.validate.min.js}"></script>
+<script src="../static/ajax/libs/validate/messages_zh.min.js" th:src="@{ajax/libs/validate/messages_zh.min.js}"></script>
+<script src="../static/ajax/libs/layer/layer.min.js" th:src="@{ajax/libs/layer/layer.min.js}"></script>
 <script src="http://tajs.qq.com/stats?sId=62048022"></script>
 <script type="text/javascript">
 	$(document).ready(function() {

+ 6 - 6
src/main/resources/templates/main.html

@@ -6,10 +6,10 @@
     <!--360浏览器优先以webkit内核解析-->
     <title>若依介绍</title>
     <link rel="shortcut icon" href="favicon.ico">
-    <link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">
-    <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
-    <link href="../static/css/main/animate.min.css" th:href="@{/css/main/animate.min.css}" rel="stylesheet">
-    <link href="../static/css/main/style.min862f.css" th:href="@{/css/main/style.min862f.css}" rel="stylesheet">
+    <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
+    <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet"/>
+    <link href="../static/css/main/animate.min.css" th:href="@{/css/main/animate.min.css}" rel="stylesheet"/>
+    <link href="../static/css/main/style.min862f.css" th:href="@{/css/main/style.min862f.css}" rel="stylesheet"/>
 </head>
 
 <body class="gray-bg">
@@ -28,7 +28,7 @@
             <small>移动设备访问请扫描以下二维码:</small>
             <br>
             <br>
-            <img src="../static/img/qr_code.png" width="100%" style="max-width:264px;">
+            <img th:src="@{/img/qr_code.png}" width="100%" style="max-width:264px;">
             <br>
         </div>
         <div class="col-sm-5">
@@ -297,7 +297,7 @@
                             	请作者喝杯咖啡。
                         </div>
                         <p id="pay-qrcode">
-                            <a href="javascript:;"><img src="../static/img/pay.png" width="100%" alt="请使用手机支付宝或者微信扫码支付">
+                            <a href="javascript:;"><img th:src="@{/img/pay.png}" width="100%" alt="请使用手机支付宝或者微信扫码支付">
                             </a>
                         </p>
 

+ 1 - 1
src/main/resources/templates/monitor/job/add.html

@@ -63,7 +63,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/job/add.js">
+	<script src="/ruoyi/monitor/job/add.js" th:src="@{/ruoyi/monitor/job/add.js}">
 	</script>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/monitor/job/edit.html

@@ -64,7 +64,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/job/edit.js">
+	<script src="/ruoyi/monitor/job/edit.js" th:src="@{/ruoyi/monitor/job/edit.js}">
 	</script>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/monitor/job/job.html

@@ -21,8 +21,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/job/job.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/monitor/job/job.js" th:src="@{/ruoyi/monitor/job/job.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('monitor:job:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('monitor:job:remove')}]];
 		var statusFlag = [[${@permissionService.hasPermi('monitor:job:changeStatus')}]];

+ 2 - 2
src/main/resources/templates/monitor/job/jobLog.html

@@ -15,8 +15,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/job/jobLog.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/monitor/job/jobLog.js" th:src="@{/ruoyi/monitor/job/jobLog.js}"></script>
+	<script th:inline="javascript">
 		var removeFlag = [[${@permissionService.hasPermi('monitor:job:remove')}]];
 	</script>
 </body>

+ 1 - 1
src/main/resources/templates/monitor/logininfor/logininfor.html

@@ -15,6 +15,6 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/logininfor/logininfor.js"></script>
+	<script src="/ruoyi/monitor/logininfor/logininfor.js" th:src="@{/ruoyi/monitor/logininfor/logininfor.js}"></script>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/monitor/online/online.html

@@ -16,8 +16,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/online/online.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/monitor/online/online.js" th:src="@{/ruoyi/monitor/online/online.js}"></script>
+	<script th:inline="javascript">
 		var forceFlag = [[${@permissionService.hasPermi('monitor:online:forceLogout')}]];
 	</script>
 </body>

+ 2 - 2
src/main/resources/templates/monitor/operlog/operlog.html

@@ -16,8 +16,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/monitor/operlog/operlog.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/monitor/operlog/operlog.js" th:src="@{/ruoyi/monitor/operlog/operlog.js}"></script>
+	<script th:inline="javascript">
 		var detailFlag = [[${@permissionService.hasPermi('monitor:operlog:detail')}]];
 	</script>
 </body>

+ 1 - 1
src/main/resources/templates/system/dept/add.html

@@ -65,7 +65,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dept/add.js">
+	<script src="/ruoyi/system/dept/add.js" th:src="@{/ruoyi/system/dept/add.js}">
 	</script>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/system/dept/dept.html

@@ -15,8 +15,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dept/dept.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/dept/dept.js" th:src="@{/ruoyi/system/dept/dept.js}"></script>
+	<script th:inline="javascript">
 		var addFlag = [[${@permissionService.hasPermi('system:dept:add')}]];
 		var editFlag = [[${@permissionService.hasPermi('system:dept:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:dept:remove')}]];

+ 1 - 1
src/main/resources/templates/system/dept/edit.html

@@ -65,7 +65,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dept/edit.js">
+	<script src="/ruoyi/system/dept/edit.js" th:src="@{/ruoyi/system/dept/edit.js}">
 	</script>
 </body>
 </html>

+ 5 - 5
src/main/resources/templates/system/dept/tree.html

@@ -2,8 +2,8 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet">
-<link href="/ruoyi/css/RuoYi.css" rel="stylesheet"/>
+<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" th:href="@{/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css}" rel="stylesheet"/>
+<link href="/ruoyi/css/RuoYi.css" th:href="@{/ruoyi/css/RuoYi.css}" rel="stylesheet"/>
 <style>
 body{height:auto;font-family: "Microsoft YaHei";}
 button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;}
@@ -30,9 +30,9 @@ button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;}
 		<a class="layui-layer-btn1" th:onclick="'javascript:layer_close()'"><i class="fa fa-close"></i> 关闭</a>
 	</div>
 	<div th:include="include::footer"></div>
-	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js"></script>
-	<script type="text/javascript" src="/ruoyi/system/dept/tree.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js" th:src="@{/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js}"></script>
+	<script src="/ruoyi/system/dept/tree.js" th:src="@{/ruoyi/system/dept/tree.js}"></script>
+	<script th:inline="javascript">
 		var treeName = [[${treeName}]];
 		$("#treeName").val(treeName);
 	</script>

+ 1 - 1
src/main/resources/templates/system/dict/data/add.html

@@ -58,6 +58,6 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/data/add.js"/>
+	<script src="/ruoyi/system/dict/data/add.js" th:src="@{/ruoyi/system/dict/data/add.js}"/>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/system/dict/data/data.html

@@ -21,8 +21,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/data/data.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/dict/data/data.js" th:src="@{/ruoyi/system/dict/data/data.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('system:dict:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:dict:remove')}]];
 	</script>

+ 1 - 1
src/main/resources/templates/system/dict/data/edit.html

@@ -59,6 +59,6 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/data/edit.js"/>
+	<script src="/ruoyi/system/dict/data/edit.js" th:src="@{/ruoyi/system/dict/data/edit.js}"/>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/system/dict/type/add.html

@@ -46,6 +46,6 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/type/add.js"/>
+	<script src="/ruoyi/system/dict/type/add.js" th:src="@{/ruoyi/system/dict/type/add.js}"/>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/system/dict/type/edit.html

@@ -47,6 +47,6 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/type/edit.js"/>
+	<script src="/ruoyi/system/dict/type/edit.js" th:src="@{/ruoyi/system/dict/type/edit.js}"/>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/system/dict/type/type.html

@@ -19,8 +19,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/dict/type/type.js" th:src="@{/ruoyi/system/dict/type/type.js}"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/dict/type/type.js" th:src="@{/ruoyi/system/dict/type/type.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('system:dict:edit')}]];
 		var listFlag = [[${@permissionService.hasPermi('system:dict:list')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:dict:remove')}]];

+ 3 - 3
src/main/resources/templates/system/menu/add.html

@@ -2,7 +2,7 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/iCheck/custom.css" rel="stylesheet">
+<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-menu-add">
@@ -78,8 +78,8 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/menu/add.js"></script>
-	<script src="/ajax/libs/iCheck/icheck.min.js"></script>
+	<script src="/ruoyi/system/menu/add.js" th:src="@{/ruoyi/system/menu/add.js}"></script>
+	<script src="/ajax/libs/iCheck/icheck.min.js" th:src="@{/ajax/libs/iCheck/icheck.min.js}"></script>
 	 <script>
         $(document).ready(function(){$(".i-checks").iCheck({checkboxClass:"icheckbox_square-green",radioClass:"iradio_square-green",})});
     </script>

+ 3 - 3
src/main/resources/templates/system/menu/edit.html

@@ -2,7 +2,7 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/iCheck/custom.css" rel="stylesheet">
+<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-menu-edit">
@@ -79,8 +79,8 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/menu/edit.js"></script>
-	<script src="/ajax/libs/iCheck/icheck.min.js"></script>
+	<script src="/ruoyi/system/menu/edit.js" th:src="@{/ruoyi/system/menu/edit.js}"></script>
+	<script src="/ajax/libs/iCheck/icheck.min.js" th:src="@{/ajax/libs/iCheck/icheck.min.js}"></script>
 	 <script>
         $(document).ready(function(){$(".i-checks").iCheck({checkboxClass:"icheckbox_square-green",radioClass:"iradio_square-green",})});
     </script>

+ 1 - 1
src/main/resources/templates/system/menu/icon.html

@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <title>Font Awesome Ico list</title>
-    <link href="/css/font-awesome.min.css" rel="stylesheet">
+    <link href="/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
     <script src="/js/jquery.min.js"></script>
     <style type="text/css">
         .ico-list .fa{

+ 2 - 2
src/main/resources/templates/system/menu/menu.html

@@ -15,8 +15,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/menu/menu.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/menu/menu.js" th:src="@{/ruoyi/system/menu/menu.js}"></script>
+	<script th:inline="javascript">
 		var addFlag = [[${@permissionService.hasPermi('system:menu:add')}]];
 		var editFlag = [[${@permissionService.hasPermi('system:menu:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:menu:remove')}]];

+ 5 - 5
src/main/resources/templates/system/menu/tree.html

@@ -2,8 +2,8 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet">
-<link href="/ruoyi/css/RuoYi.css" rel="stylesheet"/>
+<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" th:href="@{/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css}" rel="stylesheet"/>
+<link href="/ruoyi/css/RuoYi.css" th:href="@{/ruoyi/css/RuoYi.css}" rel="stylesheet"/>
 <style>
 body{height:auto;font-family: "Microsoft YaHei";}
 button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;}
@@ -30,9 +30,9 @@ button{font-family: "SimSun","Helvetica Neue",Helvetica,Arial;}
 		<a class="layui-layer-btn1" th:onclick="'javascript:layer_close()'"><i class="fa fa-close"></i> 关闭</a>
 	</div>
 	<div th:include="include::footer"></div>
-	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js"></script>
-	<script type="text/javascript" src="/ruoyi/system/menu/tree.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js" th:src="@{/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js}"></script>
+	<script src="/ruoyi/system/menu/tree.js" th:src="@{/ruoyi/system/menu/tree.js}"></script>
+	<script th:inline="javascript">
 		var treeName = [[${treeName}]];
 		$("#treeName").val(treeName);
 	</script>

+ 1 - 1
src/main/resources/templates/system/post/add.html

@@ -51,7 +51,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/post/add.js" th:src="@{/ruoyi/system/post/add.js}">
+	<script src="/ruoyi/system/post/add.js" th:src="@{/ruoyi/system/post/add.js}">
 	</script>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/system/post/edit.html

@@ -52,7 +52,7 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/post/edit.js" th:src="@{/ruoyi/system/post/edit.js}">
+	<script src="/ruoyi/system/post/edit.js" th:src="@{/ruoyi/system/post/edit.js}">
 	</script>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/system/post/post.html

@@ -18,8 +18,8 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/post/post.js" th:src="@{/ruoyi/system/post/post.js}"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/post/post.js" th:src="@{/ruoyi/system/post/post.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('system:post:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:post:remove')}]];
 	</script>

+ 3 - 3
src/main/resources/templates/system/role/add.html

@@ -2,7 +2,7 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet">
+<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" th:href="@{/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-role-add">
@@ -57,8 +57,8 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js"></script>
-	<script type="text/javascript" src="/ruoyi/system/role/add.js">
+	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js" th:src="@{/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js}"></script>
+	<script src="/ruoyi/system/role/add.js" th:src="@{/ruoyi/system/role/add.js}">
 	</script>
 </body>
 </html>

+ 3 - 3
src/main/resources/templates/system/role/edit.html

@@ -2,7 +2,7 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet">
+<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" th:href="@{/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-role-edit">
@@ -58,8 +58,8 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js"></script>
-	<script type="text/javascript" src="/ruoyi/system/role/edit.js">
+	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js" th:src="@{/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js}"></script>
+	<script src="/ruoyi/system/role/edit.js" th:src="@{/ruoyi/system/role/edit.js}">
 	</script>
 </body>
 </html>

+ 4 - 4
src/main/resources/templates/system/role/role.html

@@ -18,10 +18,10 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script src="/ajax/libs/bootstrap-table/extensions/export/bootstrap-table-export.js"></script>
-	<script src="/ajax/libs/bootstrap-table/extensions/export/tableExport.js"></script>
-	<script type="text/javascript" src="/ruoyi/system/role/role.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ajax/libs/bootstrap-table/extensions/export/bootstrap-table-export.js" th:src="@{/ajax/libs/bootstrap-table/extensions/export/bootstrap-table-export.js}"></script>
+	<script src="/ajax/libs/bootstrap-table/extensions/export/tableExport.js" th:src="@{/ajax/libs/bootstrap-table/extensions/export/tableExport.js}"></script>
+	<script src="/ruoyi/system/role/role.js" th:src="@{/ruoyi/system/role/role.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('system:role:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:role:remove')}]];
 	</script>

+ 6 - 6
src/main/resources/templates/system/user/add.html

@@ -2,9 +2,9 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/iCheck/custom.css" rel="stylesheet">
-<link href="/ajax/libs/select/select2.css" rel="stylesheet">
-<link href="/ruoyi/css/RuoYi.css" rel="stylesheet"/>
+<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/>
+<link href="/ajax/libs/select/select2.css" th:href="@{/ajax/libs/select/select2.css}" rel="stylesheet"/>
+<link href="/ruoyi/css/RuoYi.css" th:href="@{/ruoyi/css/RuoYi.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-user-add">
@@ -84,10 +84,10 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/user/add.js">
+	<script src="/ruoyi/system/user/add.js" th:src="@{/ruoyi/system/user/add.js}">
 	</script>
-	<script src="/ajax/libs/iCheck/icheck.min.js"></script>
-	<script src="/ajax/libs/select/select2.js"></script>
+	<script src="/ajax/libs/iCheck/icheck.min.js" th:src="@{/ajax/libs/iCheck/icheck.min.js}"></script>
+	<script src="/ajax/libs/select/select2.js" th:src="@{/ajax/libs/select/select2.js}"></script>
 	 <script>
         $(document).ready(function(){$(".i-checks").iCheck({checkboxClass:"icheckbox_square-green",radioClass:"iradio_square-green",})});
     </script>

+ 6 - 6
src/main/resources/templates/system/user/edit.html

@@ -2,9 +2,9 @@
 <html xmlns:th="http://www.w3.org/1999/xhtml">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/iCheck/custom.css" rel="stylesheet">
-<link href="/ajax/libs/select/select2.css" rel="stylesheet">
-<link href="/ruoyi/css/RuoYi.css" rel="stylesheet"/>
+<link href="/ajax/libs/iCheck/custom.css" th:href="@{/ajax/libs/iCheck/custom.css}" rel="stylesheet"/>
+<link href="/ajax/libs/select/select2.css" th:href="@{/ajax/libs/select/select2.css}" rel="stylesheet"/>
+<link href="/ruoyi/css/RuoYi.css" th:href="@{/ruoyi/css/RuoYi.css}" rel="stylesheet"/>
 <body class="white-bg">
 	<div class="wrapper wrapper-content animated fadeInRight ibox-content">
 		<form class="form-horizontal m" id="form-user-edit">
@@ -79,10 +79,10 @@
 		</form>
 	</div>
 	<div th:include="include::footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/user/edit.js">
+	<script src="/ruoyi/system/user/edit.js" th:src="@{/ruoyi/system/user/edit.js}">
 	</script>
-	<script src="/ajax/libs/iCheck/icheck.min.js"></script>
-	<script src="/ajax/libs/select/select2.js"></script>
+	<script src="/ajax/libs/iCheck/icheck.min.js" th:src="@{/ajax/libs/iCheck/icheck.min.js}"></script>
+	<script src="/ajax/libs/select/select2.js" th:src="@{/ajax/libs/select/select2.js}"></script>
 	 <script>
         $(document).ready(function(){$(".i-checks").iCheck({checkboxClass:"icheckbox_square-green",radioClass:"iradio_square-green",})});
     </script>

+ 2 - 2
src/main/resources/templates/system/user/resetPwd.html

@@ -28,7 +28,7 @@
 	</div>
 	<div th:include="include :: footer"></div>
 
-	<script type="text/javascript">
+	<script>
 		$("#form-user-resetPwd").validate({
 			rules:{
 				password:{
@@ -45,7 +45,7 @@
 			$.ajax({
 				cache : true,
 				type : "post",
-				url : "/system/user/resetPwd",
+				url : ctx + "/system/user/resetPwd",
 				data : $('#form-user-resetPwd').serialize(),
 				async : false,
 				error : function(request) {

+ 7 - 7
src/main/resources/templates/system/user/user.html

@@ -3,9 +3,9 @@
 	xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
 <meta charset="utf-8">
 <head th:include="include :: header"></head>
-<link href="/ajax/libs/jquery-layout/jquery.layout-latest.css" rel="stylesheet">
-<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" rel="stylesheet">
-<link href="/ruoyi/css/RuoYi.css" rel="stylesheet"/>
+<link href="/ruoyi/css/RuoYi.css" th:href="@{/ruoyi/css/RuoYi.css}" rel="stylesheet"/>
+<link href="/ajax/libs/jquery-layout/jquery.layout-latest.css" th:href="@{/ajax/libs/jquery-layout/jquery.layout-latest.css}" rel="stylesheet"/>
+<link href="/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css" th:href="@{/ajax/libs/jquery-ztree/3.5/css/metro/zTreeStyle.css}" rel="stylesheet"/>
 <body class="white-bg">
 
 	<div class="ui-layout-west">
@@ -44,10 +44,10 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/system/user/user.js"></script>
-	<script src="/ajax/libs/jquery-layout/jquery.layout-latest.js"></script>
-	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js"></script>
-	<script th:inline="javascript" type="text/javascript">
+	<script src="/ruoyi/system/user/user.js" th:src="@{/ruoyi/system/user/user.js}"></script>
+	<script src="/ajax/libs/jquery-layout/jquery.layout-latest.js" th:src="@{/ajax/libs/jquery-layout/jquery.layout-latest.js}"></script>
+	<script src="/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js" th:src="@{/ajax/libs/jquery-ztree/3.5/js/jquery.ztree.all-3.5.js}"></script>
+	<script th:inline="javascript">
 		var editFlag = [[${@permissionService.hasPermi('system:user:edit')}]];
 		var removeFlag = [[${@permissionService.hasPermi('system:user:remove')}]];
 		var resetPwdFlag = [[${@permissionService.hasPermi('system:user:resetPwd')}]];

Diferenças do arquivo suprimidas por serem muito extensas
+ 6 - 6
src/main/resources/templates/tool/build/build.html


+ 1 - 1
src/main/resources/templates/tool/gen/gen.html

@@ -15,6 +15,6 @@
 		</table>
 	</div>
 	<div th:include="include :: footer"></div>
-	<script type="text/javascript" src="/ruoyi/tool/gen/gen.js"></script>
+	<script src="/ruoyi/tool/gen/gen.js" th:src="@{/ruoyi/tool/gen/gen.js}"></script>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/vm/html/add.html.vm

@@ -23,7 +23,7 @@
     </form>
     </div>
     <div th:include="include::footer"></div>
-    <script type="text/javascript" src="/ruoyi/${moduleName}/${classname}/add.js">
+    <script src="/ruoyi/${moduleName}/${classname}/add.js">
     </script>
 </body>
 </html>

+ 1 - 1
src/main/resources/templates/vm/html/edit.html.vm

@@ -25,7 +25,7 @@
         </form>
     </div>
     <div th:include="include::footer"></div>
-    <script type="text/javascript" src="/ruoyi/${moduleName}/${classname}/edit.js">
+    <script src="/ruoyi/${moduleName}/${classname}/edit.js">
     </script>
 </body>
 </html>

+ 2 - 2
src/main/resources/templates/vm/html/list.html.vm

@@ -16,8 +16,8 @@
         </table>
     </div>
     <div th:include="include :: footer"></div>
-    <script type="text/javascript" src="/ruoyi/${moduleName}/${classname}/${classname}.js"></script>
-    <script th:inline="javascript" type="text/javascript">
+    <script src="/ruoyi/${moduleName}/${classname}/${classname}.js"></script>
+    <script th:inline="javascript">
         var editFlag = [[${@permissionService.hasPermi('${moduleName}:${classname}:edit')}]];
         var removeFlag = [[${@permissionService.hasPermi('${moduleName}:${classname}:remove')}]];
     </script>

+ 1 - 1
src/main/resources/templates/vm/js/add.js.vm

@@ -10,5 +10,5 @@ $("#form-${classname}-add").validate({
 });
 
 function add() {
-    _ajax_save("/${moduleName}/${classname}/save", $('#form-${classname}-add').serialize());
+    _ajax_save(ctx + "${moduleName}/${classname}/save", $('#form-${classname}-add').serialize());
 }

+ 1 - 1
src/main/resources/templates/vm/js/edit.js.vm

@@ -10,5 +10,5 @@ $("#form-${classname}-edit").validate({
 });
 
 function edit() {
-    _ajax_save("/${moduleName}/${classname}/save", $('#form-${classname}-edit').serialize());
+    _ajax_save(ctx + "${moduleName}/${classname}/save", $('#form-${classname}-edit').serialize());
 }

+ 1 - 1
src/main/resources/templates/vm/js/list.js.vm

@@ -1,4 +1,4 @@
-var prefix = "/${moduleName}/${classname}"
+var prefix = ctx + "${moduleName}/${classname}"
 
 $(function() {
 	var columns = [{

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff