From 4a1aa6824529016e61acacb10f85c3ae6c9a2097 Mon Sep 17 00:00:00 2001
From: liyijie <13605448550@163.com>
Date: Thu, 30 Oct 2025 17:09:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=8E=E7=AB=AF=E8=AF=B7?=
=?UTF-8?q?=E6=B1=82=E6=8E=A5=E5=8F=A3=20=E5=88=86=E5=8C=85packageB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
config.js | 1 +
packageB/jobFair/detail.vue | 11 +++++++
pages.json | 16 ++++++++-
.../dist/dev/mp-weixin/project.config.json | 33 ++++++++-----------
4 files changed, 40 insertions(+), 21 deletions(-)
create mode 100644 packageB/jobFair/detail.vue
diff --git a/config.js b/config.js
index 7e15146..e1a77e3 100644
--- a/config.js
+++ b/config.js
@@ -1,6 +1,7 @@
export default {
// baseUrl: 'http://39.98.44.136:8080', // 测试
baseUrl: 'http://ks.zhaopinzao8dian.com/api/ks', // 测试
+ LCBaseUrl:'http://10.110.145.145:10100',//招聘、培训、帮扶
// sseAI+
// StreamBaseURl: 'http://39.98.44.136:8000',
StreamBaseURl: 'https://qd.zhaopinzao8dian.com/ai',
diff --git a/packageB/jobFair/detail.vue b/packageB/jobFair/detail.vue
new file mode 100644
index 0000000..baa4b93
--- /dev/null
+++ b/packageB/jobFair/detail.vue
@@ -0,0 +1,11 @@
+
+
+ 招聘会详情
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index d98c2a2..45276b3 100644
--- a/pages.json
+++ b/pages.json
@@ -345,7 +345,21 @@
}
}
]
- }],
+ },
+ {
+ "root": "packageB",
+ "pages": [
+ {
+ "path" : "jobFair/detail",
+ "style" :
+ {
+ "navigationBarTitleText" : "招聘会详情",
+ "navigationBarTitleTextSize": "30rpx"
+ // "navigationStyle": "custom"
+ }
+ }
+ ]
+ }],
// "tabBar": {
// "custom": true,
// "color": "#5E5F60",
diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json
index 259a170..c937c3b 100644
--- a/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.config.json
@@ -1,7 +1,8 @@
{
"description": "项目配置文件。",
"packOptions": {
- "ignore": []
+ "ignore": [],
+ "include": []
},
"setting": {
"urlCheck": false,
@@ -9,28 +10,20 @@
"postcss": true,
"minified": true,
"newFeature": true,
- "bigPackageSizeSupport": true
+ "bigPackageSizeSupport": true,
+ "babelSetting": {
+ "ignore": [],
+ "disablePlugins": [],
+ "outputPath": ""
+ }
},
"compileType": "miniprogram",
- "libVersion": "3.5.7",
+ "libVersion": "3.10.3",
"appid": "wx9d1cbc11c8c40ba7",
"projectname": "qingdao-employment-service",
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": -1,
- "list": []
- }
+ "condition": {},
+ "editorSetting": {
+ "tabIndent": "insertSpaces",
+ "tabSize": 2
}
}
\ No newline at end of file