From 4d78c5f5944ee9af8ac17733ee6e709f4bc629e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Thu, 16 Apr 2026 13:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=9C=BA=E7=99=BD=E9=9F=B3=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 4 +- .../components/AiCompanionI18nForm.vue | 97 +++++++++--- .../components/AiCompanionI18nList.vue | 139 ++++++++---------- src/views/keyboard/aicompanion/index.vue | 4 +- 4 files changed, 140 insertions(+), 104 deletions(-) diff --git a/.env.local b/.env.local index bb43774..2e24b2a 100644 --- a/.env.local +++ b/.env.local @@ -4,8 +4,8 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.2.22:48081' -# VITE_BASE_URL='https://admin-xtm9a.loveamorkey.com' +# VITE_BASE_URL='http://192.168.2.22:48081' +VITE_BASE_URL='https://admin-xtm9a.loveamorkey.com' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 VITE_UPLOAD_TYPE=server diff --git a/src/views/keyboard/aicompanion/components/AiCompanionI18nForm.vue b/src/views/keyboard/aicompanion/components/AiCompanionI18nForm.vue index 6b93062..265395a 100644 --- a/src/views/keyboard/aicompanion/components/AiCompanionI18nForm.vue +++ b/src/views/keyboard/aicompanion/components/AiCompanionI18nForm.vue @@ -1,4 +1,4 @@ -