新增uniapp-h5URL与独立h5兼容
This commit is contained in:
@ -171,5 +171,7 @@ public interface ShopConstants {
|
||||
|
||||
String YSHOP_WECHAT_PUSH_REMARK = "yshop为您服务!";
|
||||
|
||||
String DEFAULT_UNI_H5_URL = "https://h5.yixiang.co";
|
||||
|
||||
|
||||
}
|
||||
|
@ -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";
|
||||
|
||||
//业务相关配置
|
||||
|
Reference in New Issue
Block a user