|
@@ -659,10 +659,12 @@
|
|
|
this.showOssImg=mod.linkPicUrl;
|
|
|
this.showOssIndex=index;
|
|
|
|
|
|
-
|
|
|
}else if (mod.clickUrl == null) {
|
|
|
|
|
|
- }
|
|
|
+ } else if (mod.clickUrl.indexOf('http') == 0) {
|
|
|
+
|
|
|
+ window.location = mod.clickUrl+uurl;
|
|
|
+ }
|
|
|
else if (mod.clickUrl.slice(-5) == 'login' && this.userId) {
|
|
|
|
|
|
} else if (mod.clickUrl.indexOf('#/') == 0) {
|