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