From 5d9d45b9ddc4d99aba2d9dd9d75fc4d7ebf639d1 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 20 五月 2022 18:10:37 +0800
Subject: [PATCH] 修改ip配置的交互

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