diff --git a/.env.development b/.env.development
index 5e7b6ac..29fd564 100644
--- a/.env.development
+++ b/.env.development
@@ -1,10 +1,11 @@
# iOS 控制服务
+# VUE_APP_BASE_LOCAL=http://192.168.1.218:34567/
VUE_APP_BASE_LOCAL=http://127.0.0.1:34567/
# VUE_APP_BASE_LOCAL=http://192.168.1.209:34567/
# 业务后端(开发用内网地址)
-# VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
-VUE_APP_BASE_REMOTE=http://192.168.1.144:8101/
+VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
+# VUE_APP_BASE_REMOTE=http://192.168.1.144:8101/
# AI 服务
-VUE_APP_BASE_SPECIAL=http://ai.zhukeping.com
\ No newline at end of file
+VUE_APP_BASE_SPECIAL=https://ai.yolozs.com
\ No newline at end of file
diff --git a/.env.production b/.env.production
index 67dd899..d9f23c0 100644
--- a/.env.production
+++ b/.env.production
@@ -5,4 +5,4 @@ VUE_APP_BASE_LOCAL=http://127.0.0.1:34567/
VUE_APP_BASE_REMOTE=https://crawlclient.api.yolozs.com
# AI 服务(如支持 HTTPS,最好用 https)
-VUE_APP_BASE_SPECIAL=http://ai.zhukeping.com
\ No newline at end of file
+VUE_APP_BASE_SPECIAL=https://ai.yolozs.com
\ No newline at end of file
diff --git a/src/api/ios.js b/src/api/ios.js
index 5877b8e..cc5328a 100644
--- a/src/api/ios.js
+++ b/src/api/ios.js
@@ -71,4 +71,8 @@ export function anchorList(data) {
//设置主播列表
export function deleteAnchorWithIds(data) {
return postAxios({ url: 'deleteAnchorWithIds', data })
+}
+//设置经纪人信息
+export function aiConfig(data) {
+ return postAxios({ url: 'aiConfig', data })
}
\ No newline at end of file
diff --git a/src/components/AgentGuildDialog.vue b/src/components/AgentGuildDialog.vue
new file mode 100644
index 0000000..63420ad
--- /dev/null
+++ b/src/components/AgentGuildDialog.vue
@@ -0,0 +1,122 @@
+
+
- 消息内容
+ 消息翻译内容