Browse Source

Merge branch 'master' of http://150.158.33.144:3000/lalalashen/MoeNovaClient

ck@123911.net 4 days ago
parent
commit
8121f52ec7

+ 1 - 1
pages/index/index.vue

@@ -260,7 +260,7 @@ export default {
 				},
 				{
 					image: "../../static/home/home-swper.png",
-					url: "/pages/makedetail/makeImgDetail",
+					url: "/pages/makedetail/intelligentLifeChart",
 				},
 				{
 					image: "../../static/home/home-swper2.png",

+ 1 - 0
pages/makedetail/makeImgDetail.vue

@@ -420,6 +420,7 @@ export default {
 								title: '生成完成',
 								icon: 'none'
 							});
+							that.clearPolling();
 							setTimeout(function () {
 								that.goPage("/pages/makedetail/makeDetail?id="+id +'&&queueId'+work_id)  
 							}, 500);

+ 1 - 0
pages/makedetail/makeMusicDetail.vue

@@ -443,6 +443,7 @@ export default {
 								title: '生成完成',
 								icon: 'none'
 							});
+							that.clearPolling();
 							setTimeout(function () {
 								that.goPage("/pages/makedetail/makeDetail?id="+id +'&&queueId'+work_id)  
 							}, 500);