diff --git a/README.md b/README.md
index 3ec162e3..960e2708 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,8 @@
+5.如果您需要服务器的话 2C4G8M 80GB 腾讯云 一年70 三年198 在这里购买:https://curl.qcloud.com/tJrn0bK0
+
## 1. 基本介绍
### 1.1 项目介绍
diff --git a/server/core/server_other.go b/server/core/server_other.go
index a2786620..b95e9011 100644
--- a/server/core/server_other.go
+++ b/server/core/server_other.go
@@ -4,9 +4,10 @@
package core
import (
+ "time"
+
"github.com/fvbock/endless"
"github.com/gin-gonic/gin"
- "time"
)
func initServer(address string, router *gin.Engine) server {
diff --git a/web/src/view/dashboard/dashboardCharts/echartsLine.vue b/web/src/view/dashboard/dashboardCharts/echartsLine.vue
index b3e0f9ed..cdc5c5d8 100644
--- a/web/src/view/dashboard/dashboardCharts/echartsLine.vue
+++ b/web/src/view/dashboard/dashboardCharts/echartsLine.vue
@@ -10,7 +10,7 @@