Commit 15cd1cdc authored by tanyang's avatar tanyang

Merge remote-tracking branch 'origin/dev20230707'

parents 226bcde0 7df0f144
...@@ -14,7 +14,7 @@ shuzhihua: ...@@ -14,7 +14,7 @@ shuzhihua:
# 获取ip地址开关 # 获取ip地址开关
addressEnabled: false addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证 # 验证码类型 math 数组计算 char 字符验证
captchaType: math captchaType: char
# 开发环境配置 # 开发环境配置
server: server:
......
...@@ -283,8 +283,8 @@ export default { ...@@ -283,8 +283,8 @@ export default {
api.centralEnterprsesocial().then(res=>{ api.centralEnterprsesocial().then(res=>{
if(res.code==200){ if(res.code==200){
this.isSkeleton = false; this.isSkeleton = false;
if(res.data.length>0){ if(res.data.list.length>0){
res.data.map(item=>{ res.data.list.map(item=>{
item.page=1 item.page=1
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment