From fa77e245755d029b86567b12d315f024420a9806 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期三, 11 二月 2026 10:04:08 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 96fe62b..d82ce9a 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -184,7 +184,6 @@
         $('#btn-server-info').click(function() {
             $.ajax({
                 url: baseUrl + "/license/getServerInfos",
-                headers: {'token': localStorage.getItem('token')},
                 method: 'GET',
                 success: function (res) {
                     var pretty = '';
@@ -254,7 +253,6 @@
                 layer.close(index);
                 $.ajax({
                     url: baseUrl + "/license/activate",
-                    headers: {'token': localStorage.getItem('token')},
                     method: 'POST',
                     success: function (res) {
                         if (res.code === 200){
@@ -275,7 +273,6 @@
         $('#btn-project-name').click(function() {
             $.ajax({
                 url: baseUrl + "/license/getProjectName",
-                headers: {'token': localStorage.getItem('token')},
                 method: 'GET',
                 success: function (res) {
                     if (res.code === 200){

--
Gitblit v1.9.1