|
@@ -547,7 +547,7 @@ export default {
|
547
|
547
|
|
548
|
548
|
this.$loading(this.$loadingConfig)
|
549
|
549
|
if ( this.miniprogram.pic_url.indexOf('http://playlet.oss-cn-beijing.aliyuncs.com/') != -1 ){
|
550
|
|
- this.oss_url = this.miniprogram.pic_url.replace('http://playlet.oss-cn-beijing.aliyuncs.com/','http://duanju.wenxingshuju.com/oss_image/');
|
|
550
|
+ this.oss_url = this.miniprogram.pic_url.replace('http://playlet.oss-cn-beijing.aliyuncs.com/','http://dj.wenxingshuju.com/oss_image/');
|
551
|
551
|
this.addPlaybtnVisible = true
|
552
|
552
|
this.$loading(this.$loadingConfig).close()
|
553
|
553
|
} else {
|
|
@@ -562,7 +562,7 @@ export default {
|
562
|
562
|
}).then((res) => {
|
563
|
563
|
var res = res.data
|
564
|
564
|
if (res && res.errno == 0) {
|
565
|
|
- this.oss_url = res.rst.oss_url.replace('http://playlet.oss-cn-beijing.aliyuncs.com/','http://duanju.wenxingshuju.com/oss_image/');
|
|
565
|
+ this.oss_url = res.rst.oss_url.replace('http://playlet.oss-cn-beijing.aliyuncs.com/','http://dj.wenxingshuju.com/oss_image/');
|
566
|
566
|
this.addPlaybtnVisible = true
|
567
|
567
|
this.$loading(this.$loadingConfig).close()
|
568
|
568
|
} else if (res.errno != 4002) {
|