From 2869f7864d77838f1115dca1286c940bee44af1b Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 03 八月 2022 19:02:15 +0800
Subject: [PATCH] 修改http请求超时为60s

---
 public/index.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/public/index.html b/public/index.html
index 3491660..506eb2c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,8 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
   <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-  <link rel="stylesheet" href="./fonts/iconfont.css">
+  <link rel="stylesheet" href="/fonts/iconfont.css">
+  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
   <title>sass</title>
   <style>
   </style>

--
Gitblit v1.8.0