@@ -8,6 +8,10 @@ const extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}
const extConfig = {apiHost:APIHOST,imgHost:IMGHOST,}
// #endif
+// #ifdef H5
+const extConfig = {apiHost:APIHOST,imgHost:IMGHOST,}
+// #endif
+
// 常量索引
const envVal = {
imgUrl: extConfig.imgHost,