diff --git a/components/LieBIaoList/LieBIaoList.vue b/components/LieBIaoList/LieBIaoList.vue index f67c2da..94fe6b5 100644 --- a/components/LieBIaoList/LieBIaoList.vue +++ b/components/LieBIaoList/LieBIaoList.vue @@ -19,7 +19,8 @@ --> - + + {{item.caseAddress}} @@ -27,7 +28,8 @@ - + + {{item.caseDate}} diff --git a/config.js b/config.js index 2265b7a..1ab76d5 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ // 应用全局配置 module.exports = { - // baseUrl: 'http://192.168.0.109:9102', + // baseUrl: 'http://192.168.0.111:9102', baseUrl: location.origin, // 'http://202.102.20.34:9002' // 应用信息 appInfo: { diff --git a/pages/index.vue b/pages/index.vue index 9e12ccf..0a5d96f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,7 +1,11 @@