From d9f0356491e2674a11c44aadede3daad11a1c7f2 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 16 Dec 2025 09:22:57 +0800 Subject: [PATCH] =?UTF-8?q?flat:=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AppLayout/AppLayout.vue | 6 +- config.js | 4 +- index.html | 4 +- .../Intendedposition/Intendedposition.vue | 12 +- packageA/pages/moreJobs/moreJobs.vue | 2 +- pages/chat/chat.vue | 17 +- pages/chat/components/ai-paging.vue | 9 +- pages/index/components/AIMatch.vue | 584 +++++++++--------- pages/index/components/index-refactor.vue | 71 +-- stores/userChatGroupStore.js | 8 +- 10 files changed, 344 insertions(+), 373 deletions(-) diff --git a/components/AppLayout/AppLayout.vue b/components/AppLayout/AppLayout.vue index 193836f..fe7a20d 100644 --- a/components/AppLayout/AppLayout.vue +++ b/components/AppLayout/AppLayout.vue @@ -27,7 +27,7 @@ - + @@ -70,6 +70,10 @@ defineProps({ type: String, default: '#ffffff', }, + mainbackGroundColor: { + type: String, + default: '', + }, useScrollView: { type: Boolean, default: true, diff --git a/config.js b/config.js index 6647280..5da92a2 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ export default { - // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 - baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 + baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网 + // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试 // baseUrl: 'http://192.168.3.29:8081', // baseUrl: 'http://10.213.6.207:19010/api', // 语音转文字 diff --git a/index.html b/index.html index 8502753..0ea9071 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,11 @@ --> - + diff --git a/packageA/pages/Intendedposition/Intendedposition.vue b/packageA/pages/Intendedposition/Intendedposition.vue index 803cd4d..23fb84b 100644 --- a/packageA/pages/Intendedposition/Intendedposition.vue +++ b/packageA/pages/Intendedposition/Intendedposition.vue @@ -1,5 +1,11 @@