请求超时时间修改、联络电话修改

lijinlong
吕天方 1 month ago
parent 13789bd958
commit ef597aea0e

@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202412061809",
"version": "1.0.202412061917",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",

@ -18,7 +18,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 10000
timeout: 20000
})
// request拦截器

@ -77,7 +77,7 @@
<template slot="label">
联络电话
</template>
{{ baseInfo.fddbrzjhm }} <!-- contactsNumber -->
{{ baseInfo.lxdh }} <!-- contactsNumber -->
</el-descriptions-item>
<el-descriptions-item>
<template slot="label">
@ -88,7 +88,7 @@
</el-descriptions>
<div class="table-content">
<el-descriptions class="margin-top" title="【项目投资计划】" :column="3" :size="size" border :label-style="LS">
<el-descriptions class="margin-top" title="【项目投资计划】" :column="3" :size="size" border :label-style="LS" v-if="templateInfo.templateName !== '平台问卷摸底'">
</el-descriptions>
<ismybuild ref="ismybuild" :templateJson="templateInfo.templateJson"></ismybuild>
</div>

Loading…
Cancel
Save