From b8420577c6c8def9de647be55b330e1b51fc0db0 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期四, 08 一月 2026 10:27:37 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/config/config.js | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/config/config.js b/src/main/webapp/static/js/config/config.js
index 12ea9c0..ad7c95e 100644
--- a/src/main/webapp/static/js/config/config.js
+++ b/src/main/webapp/static/js/config/config.js
@@ -280,6 +280,23 @@
});
});
break;
+ case 'projectName':
+ $.ajax({
+ url: baseUrl + "/license/getProjectName",
+ headers: {'token': localStorage.getItem('token')},
+ method: 'GET',
+ success: function (res) {
+ if (res.code === 200){
+ layer.alert(res.msg);
+ } else {
+ layer.msg(res.msg)
+ }
+ },
+ error: function () {
+ layer.msg('鑾峰彇椤圭洰鍚嶇О澶辫触');
+ }
+ });
+ break;
}
});
--
Gitblit v1.9.1