From ffc041f9aaae3d84a8f7ba0fb381bfffe7e24536 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期六, 02 八月 2025 16:12:20 +0800
Subject: [PATCH] 许可证更新到9.29

---
 src/main/webapp/views/login.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index a0652d4..d3e0aa5 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -60,7 +60,7 @@
         </p>
         <p class="p-sketch-outline__description">wms made with various simple objects.</p>
       </div>
-      <canvas class="p-canvas-webgl" id="canvas-webgl"></canvas>
+<!--      <canvas class="p-canvas-webgl" id="canvas-webgl"></canvas>-->
     </div>
     <!-- 渚ц竟鏍� -->
     <div id="sidebar">
@@ -173,7 +173,6 @@
         formData.append("file", files[0])
         $.ajax({
           url: baseUrl+"/license/updateLicense",
-          headers: {'token': localStorage.getItem('token')},
           data: formData,
           method: 'POST',
           cache: false,

--
Gitblit v1.9.1