From b1066a96d5da693ca498fb3eae5db54e870d9969 Mon Sep 17 00:00:00 2001
From: dengxin <2390584170@qq.com>
Date: Tue, 19 Mar 2024 20:06:40 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B6=88=E6=81=AF=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 4 ++--
pages/recruit/subPage/MessageList.vue | 8 ++++----
vue.config.js | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 28aa6c0..bec9215 100644
--- a/pages.json
+++ b/pages.json
@@ -327,14 +327,14 @@
{
"path": "pages/recruit/subPage/newsDetail/userrecruitInfo",
"style": {
- "navigationBarTitleText": "任务详情",
+ "navigationBarTitleText": "招工详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/recruit/subPage/newsDetail/workInfo",
"style": {
- "navigationBarTitleText": "任务详情",
+ "navigationBarTitleText": "岗位详情",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
diff --git a/pages/recruit/subPage/MessageList.vue b/pages/recruit/subPage/MessageList.vue
index b1a0670..d509ab6 100644
--- a/pages/recruit/subPage/MessageList.vue
+++ b/pages/recruit/subPage/MessageList.vue
@@ -11,13 +11,13 @@
{{value.title}}
-
+
-
+
diff --git a/vue.config.js b/vue.config.js
index 39a4367..c0d8345 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -3,7 +3,7 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
- // target: 'http://192.168.3.108:8000', // 本地服务接口地址
+ // target: 'http://39.98.184.58:8000', // 公网
target: 'http://192.168.3.173:8000', // 本地服务接口地址
ws: true,
pathRewrite: {