1
z8018
2025-03-12 17e4c7e3e7b3ef60d9da6de3b2a39a14a53c38a0
WIDESEAWCS_Server/WIDESEAWCS_Server/index.html
@@ -171,13 +171,13 @@
                $('.info').append("<div class='qqgroup'><div style=\"color: #4990e2;\"><a href=\"../allservices\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"link\">· 查看所有依赖注册的服务</a><br></div></div><div style='clear: both;'></div>");
                //修改 token授权按钮为中文
                $(".auth-wrapper span").empty();
                $(document).ready(function () {
                    $('.auth-wrapper span').each(function () {
                        var myvalue = '授权认证';
                        $(this).html(myvalue);
                    });
                });
                //$(".auth-wrapper span").empty();
                //$(document).ready(function () {
                //    $('.auth-wrapper span').each(function () {
                //        var myvalue = '授权认证';
                //        $(this).html(myvalue);
                //    });
                //});
                
            }, 1000)
            // 文档logo