@@ -140,6 +140,7 @@ var beautyArchive = new Vue({
window.location.href = '/404.html'
}
if (product.redirectType === 1) {
+ const globalUserData = window.globalUserData || null;
if(globalUserData){
url = '/product-' + product.productId +'-'+globalUserData.userId+ '.html?open=caimei365';
}else{