| | |
| | | public static long DEFAULT_MAX_SIZE = 5L * 1024 * 1024 * 1024; |
| | | |
| | | /// <summary> |
| | | /// 获取发布地址 |
| | | /// 获取发布地址:http://127.0.0.1/ExportMap/terra0?path=3d\terrain\dem\t |
| | | /// </summary> |
| | | public static string GetReleaseUrl(string dircode) |
| | | { |
| | | return "http://{host}/LFData/3d/terrain/" + dircode; |
| | | //return "http://{host}/LFData/3d/terrain/" + dircode; |
| | | return "http://{host}/ExportMap/terra0?path=3d\\terrain\\" + dircode; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| | | <script src="js/jquery.1.12.4.js"></script> |
| | | <script> |
| | | var token = "d252658b-0ac1-45f3-90d4-bd78d7429592"; |
| | | var token = "b2657209-38ab-4ce3-af63-e2740bbd9f68"; |
| | | |
| | | $(function () { |
| | | $("#token").html(token); |