Explorar el Código

增加对mac系统的支持

seyason hace 5 años
padre
commit
e19634afde
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: