Commit 1d030e23 by Guojunfeng

添加天地图转换源,以及给代码补充注释

parent 2c1cf78b
...@@ -10,5 +10,9 @@ spring.mvc.favicon.enabled=false ...@@ -10,5 +10,9 @@ spring.mvc.favicon.enabled=false
spring.mvc.static-path-pattern=/** spring.mvc.static-path-pattern=/**
spring.resources.static-locations=classpath:/webapp/ spring.resources.static-locations=classpath:/webapp/
#ȲЧ #\uFFFD\u0232\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0427
spring.devtools.restart.enabled=true spring.devtools.restart.enabled=true
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
...@@ -106,7 +106,9 @@ ...@@ -106,7 +106,9 @@
}) })
/**
* 判断文件路径是否正确
*/
function doSaveBg() { function doSaveBg() {
var localPath = $("#fileName1").val(); var localPath = $("#fileName1").val();
var a = $("#isEF").prop("checked"); var a = $("#isEF").prop("checked");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment