From 5f91fd4178ee0a6c903c934c70afb832527849a1 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期二, 26 四月 2022 20:39:19 +0800
Subject: [PATCH] 修改外网判断地址

---
 src/pages/index/App.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue
index f97c0f2..4fc7f0d 100644
--- a/src/pages/index/App.vue
+++ b/src/pages/index/App.vue
@@ -57,7 +57,7 @@
     function onLine(callback) {
       var img = new Image()
       //涓存椂鍒ゆ柇缃戠粶鏄惁閫氱晠
-      img.src = "http://apps.smartai.com/img/icon_logo.f78688b5.png"
+      img.src = "http://apps.smartai.com/img/icons/favicon-32x32.png"
       img.onload = function() {
         console.log("11111")
         if (callback) callback(true)

--
Gitblit v1.8.0