Parcourir la source

增加对mac系统的支持

seyason il y a 5 ans
Parent
commit
e19634afde
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      fhKeeper/formulahousekeeper/mywork/httpapi.h

+ 2 - 2
fhKeeper/formulahousekeeper/mywork/httpapi.h

@@ -6,8 +6,8 @@
 #include <QPair>
 #include <QJsonObject>
 #include "baseapi.h"
-const QString SERVER_URL = QString("http://127.0.0.1:10010");
-//const QString SERVER_URL = QString("http://47.100.37.243:10010");
+//const QString SERVER_URL = QString("http://127.0.0.1:10010");
+const QString SERVER_URL = QString("http://47.100.37.243:10010");
 class HttpAPI: public BaseAPI
 {
 public: