From 8222c969b8d07aba94b7a33a8b5378e479020ccd Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 4 Dec 2024 21:25:06 +0800 Subject: [PATCH] =?UTF-8?q?u-icon=E5=88=87=E6=8D=A2=E4=B8=BA=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LieBIaoList/LieBIaoList.vue | 6 +++-- config.js | 2 +- pages/index.vue | 26 +++++++++++++++----- static/images/address.png | Bin 0 -> 574 bytes static/images/change.png | Bin 0 -> 419 bytes static/images/filetext.png | Bin 0 -> 395 bytes static/images/goback.png | Bin 0 -> 286 bytes static/images/search.png | Bin 0 -> 504 bytes static/images/time.png | Bin 0 -> 432 bytes views/jiashicangshenhe/jiashicangshenhe.vue | 9 +++++-- views/yemianxianqging/yemianxianqging.vue | 13 ++++++---- 11 files changed, 40 insertions(+), 16 deletions(-) create mode 100644 static/images/address.png create mode 100644 static/images/change.png create mode 100644 static/images/filetext.png create mode 100644 static/images/goback.png create mode 100644 static/images/search.png create mode 100644 static/images/time.png 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 @@