From 52b397b5901c0ec428d0dc6589cbf4c9c2729c24 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 20 四月 2024 17:43:24 +0800
Subject: [PATCH] #演示
---
src/main/webapp/views/index.html | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 0c3212b..12b6616 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -149,16 +149,16 @@
}
});
- $.ajax({
- url: baseUrl+"/loginInformation",
- data: {},
- method: 'GET',
- success: function (res) {
- var data = res.data
- $(".copyright-text").text(data.loginCopyrightText);
- $(".loginLogo").attr("src", data.loginLogo);
- }
- });
+ // $.ajax({
+ // url: baseUrl+"/loginInformation",
+ // data: {},
+ // method: 'GET',
+ // success: function (res) {
+ // var data = res.data
+ // // $(".copyright-text").text(data.loginCopyrightText);
+ // // $(".loginLogo").attr("src", data.loginLogo);
+ // }
+ // });
$.ajax({
url: baseUrl + "/license/getLicenseDays",
@@ -179,7 +179,7 @@
// 榛樿鍔犺浇涓婚〉
index.loadHome({
- menuPath: baseUrl+'/views/home/console.html',
+ menuPath: baseUrl+'/views/deviceOperate/rgvOperate.html',
menuName: '<i class="layui-icon layui-icon-home"></i>'
});
--
Gitblit v1.9.1