Authored by weiqingting

腾讯云 preview

... ... @@ -102,8 +102,7 @@ gulp.task("static-config",function(){
path:'/dist'
},
preview: {
path: cdn_domain + config.name + '/' + config.version,
md5:md5
path:'/dist'
},
production: {
path: cdn_domain + config.name + '/' + config.version,
... ...
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"http://cdn.yoho.cn/yohobuy-shops-fe/4.4.0","md5":""},"production":{"path":"http://cdn.yoho.cn/yohobuy-shops-fe/4.4.0","md5":""}}
\ No newline at end of file
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"/dist"},"production":{"path":"http://cdn.yoho.cn/yohobuy-shops-fe/4.4.0","md5":""}}
\ No newline at end of file
... ...