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 @@ -
-