From 1458fb7d7e448f4dc3e1a074f53bb2982ef94e42 Mon Sep 17 00:00:00 2001 From: WUSIJIAN <13825895+wsj0228@user.noreply.gitee.com> Date: Wed, 4 Feb 2026 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA,=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=8C=89=E9=92=AE=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- .../audioAssets/component/ttsDialog.vue | 388 +++++++++++++----- src/views/digitalHuman/audioAssets/index.vue | 12 +- 3 files changed, 283 insertions(+), 123 deletions(-) diff --git a/.env.development b/.env.development index b2d14e5..2437f05 100644 --- a/.env.development +++ b/.env.development @@ -7,11 +7,13 @@ ENV = 'development' # 当前环境: 192.168.3.11(本地开发地址) # 当前环境: 192.168.3.94(本地开发地址)王楠 # 备用环境: 192.168.3.200(服务器地址) +# 备用环境: 116.204.74.41(公网开发地址) # ============================================================ # 主服务地址(端口8808) # 用途: 系统管理、用户认证、权限控制、模块开通等原有功能 -VITE_API_URL = 'http://116.204.74.41:8808/' +VITE_API_URL = 'http://192.168.3.94:8808/' # 新功能服务地址(端口8000) # 用途: 资产管理、分类、SKU、订单等新业务模块 -VITE_NEW_API_URL = 'http://116.204.74.41.8000/' +VITE_NEW_API_URL = 'http://192.168.3.94.8000/' + \ No newline at end of file diff --git a/src/views/digitalHuman/audioAssets/component/ttsDialog.vue b/src/views/digitalHuman/audioAssets/component/ttsDialog.vue index 433fa45..096501c 100644 --- a/src/views/digitalHuman/audioAssets/component/ttsDialog.vue +++ b/src/views/digitalHuman/audioAssets/component/ttsDialog.vue @@ -1,128 +1,188 @@