From 3aa5c471f032b419c4aa8ac0d2627f6a7fc60f3d Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 23 Oct 2024 19:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/utils/request.js | 4 ++-- ruoyi-ui/src/views/official/index/index.vue | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/utils/request.js b/ruoyi-ui/src/utils/request.js index 079a60c..8fd3570 100644 --- a/ruoyi-ui/src/utils/request.js +++ b/ruoyi-ui/src/utils/request.js @@ -17,8 +17,8 @@ axios.defaults.headers['Content-Language'] = 'zh_CN' // 创建axios实例 const service = axios.create({ // axios中请求配置有baseURL选项,表示请求URL公共部分 - // baseURL: process.env.VUE_APP_BASE_API, - baseURL: process.env.VUE_APP_API_TARGET_URL, + baseURL: process.env.VUE_APP_BASE_API, + // baseURL: process.env.VUE_APP_API_TARGET_URL, // 超时 timeout: 10000 }) diff --git a/ruoyi-ui/src/views/official/index/index.vue b/ruoyi-ui/src/views/official/index/index.vue index 1e2fc7e..f441737 100644 --- a/ruoyi-ui/src/views/official/index/index.vue +++ b/ruoyi-ui/src/views/official/index/index.vue @@ -229,7 +229,18 @@ ] }, { - label: '高薪技术', + label: '高新技术', + children: [ + { label: 'banner' }, + { label: '主要内容' }, + { label: '项目描述' }, + { label: '项目案例' }, + { label: '技术支持' }, + { label: 'joinus' } + ] + }, + { + label: '能源与环境', children: [ { label: 'banner' }, { label: '主要内容' },