添加配置信息

This commit is contained in:
wangchengming 2024-10-23 19:10:36 +08:00
parent abe0feef61
commit 3aa5c471f0
2 changed files with 14 additions and 3 deletions

View File

@ -17,8 +17,8 @@ axios.defaults.headers['Content-Language'] = 'zh_CN'
// 创建axios实例 // 创建axios实例
const service = axios.create({ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分 // axios中请求配置有baseURL选项表示请求URL公共部分
// baseURL: process.env.VUE_APP_BASE_API, baseURL: process.env.VUE_APP_BASE_API,
baseURL: process.env.VUE_APP_API_TARGET_URL, // baseURL: process.env.VUE_APP_API_TARGET_URL,
// 超时 // 超时
timeout: 10000 timeout: 10000
}) })

View File

@ -229,7 +229,18 @@
] ]
}, },
{ {
label: '高薪技术', label: '高新技术',
children: [
{ label: 'banner' },
{ label: '主要内容' },
{ label: '项目描述' },
{ label: '项目案例' },
{ label: '技术支持' },
{ label: 'joinus' }
]
},
{
label: '能源与环境',
children: [ children: [
{ label: 'banner' }, { label: 'banner' },
{ label: '主要内容' }, { label: '主要内容' },