Commit dd047af8 by 高淑倩

add: appid

parent 5a59fe89
...@@ -2,7 +2,7 @@ const PROJECT_ENV = 'dev' // 生产 prod, 开发 dev, 测试 test, 预生产 pre ...@@ -2,7 +2,7 @@ const PROJECT_ENV = 'dev' // 生产 prod, 开发 dev, 测试 test, 预生产 pre
const needMock = '' // const needMock = '' //
// appid_dev_wx wxc3b64b09b1d3dfc2 // appid_dev_wx wxc3b64b09b1d3dfc2
// appid_test_wx wx857ea77f4f7f4f34 // appid_test_wx wx857ea77f4f7f4f34 wxac09792264c49b5c
// appid_pre_711 wx358b56af62edbde1 // appid_pre_711 wx358b56af62edbde1
// appid_prod_711 wx700028bf32a3be66 // appid_prod_711 wx700028bf32a3be66
......
...@@ -24,7 +24,6 @@ function formateUrl(url, BASE_IMG_URL){ ...@@ -24,7 +24,6 @@ function formateUrl(url, BASE_IMG_URL){
if(url){ if(url){
url = url.indexOf('http') > -1 ? url : BASE_IMG_URL + url; url = url.indexOf('http') > -1 ? url : BASE_IMG_URL + url;
} }
console.log('url', url)
return url; return url;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment