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 @@
+
+