diff --git a/components/navBar/navBar.vue b/components/navBar/navBar.vue index 404f929..32c8280 100644 --- a/components/navBar/navBar.vue +++ b/components/navBar/navBar.vue @@ -7,7 +7,7 @@ - + - + + - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 1e3b0ef..4efe3e0 100644 --- a/pages.json +++ b/pages.json @@ -11,6 +11,13 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "uni-app", + "navigationStyle": "custom" + } + }, { "path": "pages/detail/detail", "style": { @@ -25,13 +32,7 @@ "navigationStyle": "custom" } }, - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "uni-app", - "navigationStyle": "custom" - } - }, + { "path": "pages/login/login", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 56eeef1..de38aee 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -17,24 +17,44 @@ - + + + - - - 医院病例库 - - - - 医生病例库 - + + @@ -50,14 +70,18 @@ 肝胆相照临床病例库肝胆相照临床病例库 - 端重排 | 陈煜 | 工商局 + + 陈煜 + 肝胆相照临床病例库肝胆相照临床病例库 - 端重排 | 陈煜 | 工商局 + + 陈煜 + @@ -76,14 +100,18 @@ 肝胆相照临床病例库肝胆相照临床病例库 - 端重排 | 陈煜 | 工商局 + + 陈煜 + 肝胆相照临床病例库肝胆相照临床病例库 - 端重排 | 陈煜 | 工商局 + + 陈煜 + @@ -128,6 +156,10 @@ import list from "@/uni_modules/z-paging/components/z-paging/z-paging"; import api from "@/api/api"; const paging = ref(null); const dataList = ref([]); +import videoImg from "@/static/video.png"; +import sickImg from "@/static/sick.png"; +import hospitalImg from "@/static/hospital.png"; +import doctorImg from "@/static/doctor.png"; onLoad(() => {}); const queryList = (pageNo, pageSize) => { @@ -154,6 +186,22 @@ const queryList = (pageNo, pageSize) => { };