From b2c0a435266a00bbd71d562bcd41f2ec311898db Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 04 八月 2023 09:07:37 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index c713de7..ee355a9 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -10,7 +10,11 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="js/jquery.1.12.4.js"></script> <script> - var token = "04f00381-cefa-4a57-8b08-899d02814545"; + var token = "2befc513-49b6-45e9-8c22-4909e08c7e44"; + + $(function () { + $("#token").html(token); + }); // Ajax function ajax(url, type, data, dataType, contentType, fn) { @@ -189,7 +193,7 @@ </script> </head> <body> - <h2>鍑哄浘娴嬭瘯</h2> + <h2>Toekn锛�<span id="token" style="font-size: 14px;"></span></h2> <select id="selectPage"> <option>A0</option> <option>A1</option> -- Gitblit v1.9.3