diff --git a/config.js b/config.js
index dced9d7..4d64e59 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/manifest.json b/manifest.json
index 21d1280..5d9dfa7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -50,7 +50,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
- "appid" : "",
+ "appid" : "wxdbdcc6a10153c99b",
"setting" : {
"urlCheck" : false,
"es6" : true,
diff --git a/pages/index/components/AIMatch copy.vue b/pages/index/components/AIMatch copy.vue
new file mode 100644
index 0000000..cb06425
--- /dev/null
+++ b/pages/index/components/AIMatch copy.vue
@@ -0,0 +1,395 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/components/AIMatch.vue b/pages/index/components/AIMatch.vue
index cb06425..8e33153 100644
--- a/pages/index/components/AIMatch.vue
+++ b/pages/index/components/AIMatch.vue
@@ -1,39 +1,46 @@
-
-
-
-
-
+
+
+
+
+
+
+
-
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index a4957da..3e33854 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -18,8 +18,13 @@
v-for="(_, index) in 2"
:key="index"
>
-
+
diff --git a/stores/useScreenStore.js b/stores/useScreenStore.js
index 4dd4e6c..d90f90f 100644
--- a/stores/useScreenStore.js
+++ b/stores/useScreenStore.js
@@ -5,7 +5,10 @@ import {
ref,
computed
} from 'vue';
+
+// #ifndef MP-WEIXIN
import wideScreenStyles from '../common/wide-screen.css?inline';
+// #endif
// 屏幕检测管理器类
class ScreenDetectionManager {