|
@@ -713,7 +713,7 @@ export default {
|
|
713
|
console.log('提取的文件名:', fileName);
|
713
|
console.log('提取的文件名:', fileName);
|
|
714
|
|
714
|
|
|
715
|
// 使用新的 8082 端口 Nginx 静态资源服务器
|
715
|
// 使用新的 8082 端口 Nginx 静态资源服务器
|
|
716
|
- const audioUrl = `http://airport.samsundot.com:8082/${fileName}`;
|
|
|
|
|
|
716
|
+ const audioUrl = `http://airport.samsundot.com:8089/uploads/audio/${fileName}`;
|
|
717
|
console.log('完整音频 URL:', audioUrl);
|
717
|
console.log('完整音频 URL:', audioUrl);
|
|
718
|
console.log('========================');
|
718
|
console.log('========================');
|
|
719
|
|
719
|
|