diff --git a/public/index.html b/public/index.html
index 3893a7f..2b0b7a3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -26,6 +26,7 @@
-->
React App
+
diff --git a/src/config.js b/src/config.js
index 5d3c28c..a07dcf8 100644
--- a/src/config.js
+++ b/src/config.js
@@ -2,5 +2,5 @@ import React from "react";
export const stores_Context = React.createContext();
export const DATE_FORMAT = 'YYYY-MM-DD';
-//export const HT_HOST = 'https://p9axztuwd7x8a7.mycht.cn';
-export const HT_HOST = 'http://202.103.68.100:890';//889正式库
\ No newline at end of file
+export const HT_HOST = 'https://p9axztuwd7x8a7.mycht.cn';
+//export const HT_HOST = 'http://202.103.68.100:890';//889正式库
\ No newline at end of file