Comparing version 0.1.11 to 0.1.12
@@ -227,9 +227,9 @@ /** | ||
}else if(cwd.indexOf('/loan_beike_dev/') != -1 || cwd.indexOf('/loan_beike_mast/') != -1){ // 贝壳信用 | ||
staticUrl = '/static/v1/revs/'; | ||
staticUrl = '/bk-static/v1/revs/'; | ||
}else if(cwd.indexOf('/loan_beike_mobile_dev/') != -1 || cwd.indexOf('/loan_beike_mobile_mast/') != -1){ // 贝壳信用 app端(嵌入) | ||
staticUrl = '/mobile-static/v1/revs/'; | ||
staticUrl = '/bk-mobile-static/v1/revs/'; | ||
}else if(cwd.indexOf('/loan_ruyi_dev/') != -1 || cwd.indexOf('/loan_ruyi_mast/') != -1){ // 融易借(如意钱包) | ||
staticUrl = '/static/v1/revs/'; | ||
staticUrl = '/ry-static/v1/revs/'; | ||
}else if(cwd.indexOf('/loan_ruyi_mobile_dev/') != -1 || cwd.indexOf('/loan_ruyi_mobile_mast/') != -1){ // 融易借(如意钱包) app端(嵌入) | ||
staticUrl = '/mobile-static/v1/revs/'; | ||
staticUrl = '/ry-mobile-static/v1/revs/'; | ||
}else if(cwd.indexOf('/loan_wx_dev/') != -1 || cwd.indexOf('/loan_wx_test/') != -1 || cwd.indexOf('/loan_wx_mast/') != -1){ // 微信小贷 | ||
@@ -236,0 +236,0 @@ staticUrl = '//www.vlinglong.com/static/v1/revs/'; |
{ | ||
"name": "yk-cmp", | ||
"description": "静态资源,从开发目录,发布到待发布目录,进行了压缩和版本号控制。修改相关文件对该资源的引用。", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Wangshiqiang", |
22763