|
|
@@ -141,15 +141,12 @@ export default {
|
|
|
url() {
|
|
|
let pageUrl = this.pageUrl;
|
|
|
let id = this.info.id;
|
|
|
- console.log('111ss', pageUrl, id, this.info);
|
|
|
if (pageUrl === 'assetDetail') {
|
|
|
id = this.info.collectionId;
|
|
|
pageUrl = 'productDetail';
|
|
|
}
|
|
|
if (pageUrl === 'productDetail' && !this.assignment) {
|
|
|
pageUrl = 'productDetail';
|
|
|
-
|
|
|
- console.log('111ss', pageUrl, this.info);
|
|
|
}
|
|
|
if (this.isLogin && this.assignment && pageUrl === 'productDetail') {
|
|
|
return resolveUrl(
|