添加配置信息
This commit is contained in:
parent
abe0feef61
commit
3aa5c471f0
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
|
@ -229,7 +229,18 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '高薪技术',
|
label: '高新技术',
|
||||||
|
children: [
|
||||||
|
{ label: 'banner' },
|
||||||
|
{ label: '主要内容' },
|
||||||
|
{ label: '项目描述' },
|
||||||
|
{ label: '项目案例' },
|
||||||
|
{ label: '技术支持' },
|
||||||
|
{ label: 'joinus' }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '能源与环境',
|
||||||
children: [
|
children: [
|
||||||
{ label: 'banner' },
|
{ label: 'banner' },
|
||||||
{ label: '主要内容' },
|
{ label: '主要内容' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user