Browse Source

增加对mac系统的支持

seyason 5 years ago
parent
commit
e19634afde
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fhKeeper/formulahousekeeper/mywork/httpapi.h

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

@@ -6,8 +6,8 @@
 #include <QPair>
 #include <QPair>
 #include <QJsonObject>
 #include <QJsonObject>
 #include "baseapi.h"
 #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
 class HttpAPI: public BaseAPI
 {
 {
 public:
 public: