From c9eaa1930a0d38aba590e85c6037cd99d5596043 Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Thu, 22 Feb 2024 09:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E7=AD=96=E8=B5=84=E8=AE=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8E=E5=90=A6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- pages/project/newProject.vue | 4 ++-- vue.config.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2d55825..04f9157 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -198,7 +198,7 @@ - 最新资讯 + 政策资讯 更多 diff --git a/pages/project/newProject.vue b/pages/project/newProject.vue index 0db43a9..7881dfc 100644 --- a/pages/project/newProject.vue +++ b/pages/project/newProject.vue @@ -10,7 +10,7 @@ - {{ item }} @@ -145,7 +145,7 @@ export default { open: false, showPopUp: false, - nonReactiveArray: ["最新任务", "最新岗位", "最新政策"], + nonReactiveArray: ["最新任务", "最新岗位", "政策资讯"], } }, onLoad: function (option) { diff --git a/vue.config.js b/vue.config.js index 6bb6277..1aab719 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://192.168.3.104:8000', // 本地服务接口地址 // target: "http://39.98.184.58:8000", // 阿里云后台地址 // target: "http://192.168.0.101:8000", // 本地网关 ws: true,