From 227ab42e5aab27926289ffdd806a6128256c40b4 Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Thu, 4 Dec 2025 14:27:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=8C=82=E4=B8=8A=E4=BA=86=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=AE=A2=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 392 ++++--- common/js/config.js | 8 +- pages.json | 7 + pages/index/index.vue | 496 ++++----- pages_tool/ai-chat/index.vue | 1851 ++++++++++++++++++++++------------ project.config.json | 27 +- 6 files changed, 1715 insertions(+), 1066 deletions(-) diff --git a/App.vue b/App.vue index 061c99f..300ccf0 100644 --- a/App.vue +++ b/App.vue @@ -1,51 +1,44 @@ + \ No newline at end of file diff --git a/common/js/config.js b/common/js/config.js index dfa98ec..6b27eff 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -14,18 +14,18 @@ try { // 调试版本,配置说明 const devCfg = { // 商户ID - uniacid: 460, //825 + uniacid: 1, //825 //api请求地址 - baseUrl: 'https://xcx30.5g-quickapp.com/', + baseUrl: 'https://dev.aigc-quickapp.com/', // baseUrl: 'http://localhost:8010/', // 图片域名 - imgDomain: 'https://xcx30.5g-quickapp.com/', + imgDomain: 'https://dev.aigc-quickapp.com/', //imgDomain: 'http://localhost:8010/', // H5端域名 - h5Domain: 'https://xcx30.5g-quickapp.com/', + h5Domain: 'https://dev.aigc-quickapp.com/', // h5Domain: 'http://localhost:8010/', // // api请求地址 diff --git a/pages.json b/pages.json index e72cc97..7de3451 100644 --- a/pages.json +++ b/pages.json @@ -104,7 +104,14 @@ "navigationStyle": "custom" // #endif } + }, + { + "path": "pages/dify-chat/dify-chat", + "style": { + "navigationBarTitleText": "智能客服" + } } + ], "subPackages": [ { diff --git a/pages/index/index.vue b/pages/index/index.vue index 2fad2c5..e0828e4 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,236 +1,266 @@ -