#pragma once
#ifdef DEVELOPENV
#define BaseUrl QString("http://127.0.0.1:8080")
#else
#define BaseUrl QString("qrc:/html/html/index.html")
#endif // DEBUG