From 526787e232d743fac9d76e50447bb0c800f8a511 Mon Sep 17 00:00:00 2001 From: sunliwei Date: Mon, 23 Sep 2024 09:48:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E6=98=93=E7=99=BB=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + pages.json | 44 ++++--- pages/index/index.vue | 21 +++- pages/login/login.vue | 279 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 320 insertions(+), 25 deletions(-) create mode 100644 .gitignore create mode 100644 pages/login/login.vue diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a503fa2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/unpackage/ diff --git a/pages.json b/pages.json index ba06e80..e93f72f 100644 --- a/pages.json +++ b/pages.json @@ -6,135 +6,141 @@ "navigationBarTitleText": "uni-app" } }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "uni-app" + } + }, { "path" : "pages/home/home", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderList/orderList", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/my", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/myReservation", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myCar/myCar", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/shopDetail/shopDetail", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderDetail/orderDetail", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/myInfo", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myCar/carDetail", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/myEquity", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/register", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/addReservation", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/message", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/evaluate", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/my/cardRoll", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/myReservation/reservationSuccess", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/orderDetail/evaluate", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/guideList/guideList", - "style" : + "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/guideList/guideDetail", - "style" : + "style" : { "navigationBarTitleText" : "" } diff --git a/pages/index/index.vue b/pages/index/index.vue index 7c0f762..1deb8d8 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,20 +1,29 @@ + +