From 2e2614490ca1c833c01acee84c9b0a6c1f2ce53a Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 20 Apr 2024 16:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/pages/home/navigation.js | 7 ++++++- pages/home/navigation.html | 4 ++-- pages/web/css/main.css | 22 ++++++++++++++++++++++ pages/web/js/main.js | 5 +++++ pages/web/views/main.html | 17 ++++++++++++++--- 5 files changed, 49 insertions(+), 6 deletions(-) diff --git a/js/pages/home/navigation.js b/js/pages/home/navigation.js index 642423c..c179ee3 100644 --- a/js/pages/home/navigation.js +++ b/js/pages/home/navigation.js @@ -131,5 +131,10 @@ function goBackground() { .map(key => encodeURIComponent(key) + '=' + encodeURIComponent(encryptCBC(params[key]))) .join('&'); const hrefUrl = "http://10.40.92.113:9527/#/sso" + "?" + queryString; - const newWindow = window.open(hrefUrl,'newwindow'); + const newWindow = window.open(hrefUrl, 'newwindow'); +} + +/* 对讲 */ +function talk() { + return layer.msg('网络异常', { icon: 2 }); } \ No newline at end of file diff --git a/pages/home/navigation.html b/pages/home/navigation.html index e852b23..6b85563 100644 --- a/pages/home/navigation.html +++ b/pages/home/navigation.html @@ -20,13 +20,13 @@ -
-