diff --git a/src/router/index.js b/src/router/index.js index 1be1e52..40e402e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -96,6 +96,11 @@ const routes = [ name: 'chatgpt', component: () => import("@/views/chatgpt/chatgpt"), }, + { + path: '/chatgpt-getmp3', + name: 'chatgpt-getmp3', + component: () => import("@/views/chatgpt/chatgpt-getmp3"), + }, , // 音频new { diff --git a/src/views/chatgpt/chatgpt-getmp3 copy.vue b/src/views/chatgpt/chatgpt-getmp3 copy.vue new file mode 100644 index 0000000..9c68a39 --- /dev/null +++ b/src/views/chatgpt/chatgpt-getmp3 copy.vue @@ -0,0 +1,59 @@ + + + diff --git a/src/views/chatgpt/chatgpt-getmp3.vue b/src/views/chatgpt/chatgpt-getmp3.vue new file mode 100644 index 0000000..24fd126 --- /dev/null +++ b/src/views/chatgpt/chatgpt-getmp3.vue @@ -0,0 +1,55 @@ + diff --git a/src/views/model/videoCreate.vue b/src/views/model/videoCreate.vue index be9e0f4..dbef5d5 100644 --- a/src/views/model/videoCreate.vue +++ b/src/views/model/videoCreate.vue @@ -6,13 +6,15 @@
-

提交视频生成成功

-

请耐心等待

-

- {{ countdown }}秒后将自动跳转至 - 首页 -

-

+
+

提交视频生成成功

+

请耐心等待

+

+ {{ countdown }}秒后将自动跳转至 + 首页 +

+
+

您也可以点击   返回   至 首页 @@ -82,6 +84,11 @@ export default {