新增uniapp-h5URL与独立h5兼容

This commit is contained in:
hupeng
2020-09-28 14:14:59 +08:00
parent cd18272bf7
commit cc272cd411
4 changed files with 13 additions and 0 deletions

View File

@ -171,5 +171,7 @@ public interface ShopConstants {
String YSHOP_WECHAT_PUSH_REMARK = "yshop为您服务";
String DEFAULT_UNI_H5_URL = "https://h5.yixiang.co";
}

View File

@ -5,6 +5,7 @@ public class SystemConfigConstants {
public final static String API="api";
public final static String API_URL="api_url";
public final static String SITE_URL="site_url";
public final static String UNI_SITE_URL="uni_site_url";
public final static String TENGXUN_MAP_KEY="tengxun_map_key";
//业务相关配置