From 5d112d1516de001e92dc541f08540674f2b7cf02 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Fri, 3 Dec 2021 23:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 20 +- pages.json | 13 + pages/fingerPage/index.vue | 331 +- pages/fingerPage/password/index.css | 168 + pages/fingerPage/password/index.vue | 80 + pages/index.vue | 61 + static/tongyonh/Load_v3.png | Bin 0 -> 2616347 bytes unpackage/dist/dev/app-plus/app-service.js | 10742 ++++---- unpackage/dist/dev/app-plus/app-view.js | 21370 ++++++++-------- ...38.svg => copy_24px_outlined.e8932d3c.svg} | 0 ...g => more_vert_24px_outlined.427f4df0.svg} | 0 .../dev/app-plus/static/tongyonh/_plus.png | Bin 7642 -> 0 bytes .../dev/app-plus/static/tongyonh/bigFing.png | Bin 9591 -> 0 bytes 13 files changed, 16553 insertions(+), 16232 deletions(-) create mode 100644 pages/fingerPage/password/index.css create mode 100644 pages/fingerPage/password/index.vue create mode 100644 pages/index.vue create mode 100644 static/tongyonh/Load_v3.png rename unpackage/dist/dev/app-plus/static/img/{copy_24px_outlined.8dca7e38.svg => copy_24px_outlined.e8932d3c.svg} (100%) rename unpackage/dist/dev/app-plus/static/img/{more_vert_24px_outlined.266aaa48.svg => more_vert_24px_outlined.427f4df0.svg} (100%) delete mode 100644 unpackage/dist/dev/app-plus/static/tongyonh/_plus.png delete mode 100644 unpackage/dist/dev/app-plus/static/tongyonh/bigFing.png diff --git a/App.vue b/App.vue index 6341065..bf74840 100644 --- a/App.vue +++ b/App.vue @@ -20,23 +20,15 @@ // #ifdef APP-PLUS this.appVersion() this.getIp(); - console.log('App Launch') + + // #endif - // 指纹 - // if(uni.getStorageSync('fingerPass')){ - // uni.reLaunch({ - // url:'/pages/fingerPage/index' - // }) - // }else{ - // uni.reLaunch({ - // url:'/pages/register/index' - // }) - // } + }, - - - + + + onShow: function() { console.log('App Show') diff --git a/pages.json b/pages.json index 5bde512..c54482b 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,13 @@ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index", + "style": { + "navigationStyle": "custom" + } + + }, { "path": "pages/register/index", "style": { @@ -16,6 +23,12 @@ "navigationStyle": "custom" } }, + { + "path": "pages/fingerPage/password/index", + "style": { + "navigationStyle": "custom" + } + }, { "path": "pages/menu/helpCenter/index", "style": { diff --git a/pages/fingerPage/index.vue b/pages/fingerPage/index.vue index 1a449f8..db6d127 100644 --- a/pages/fingerPage/index.vue +++ b/pages/fingerPage/index.vue @@ -1,20 +1,20 @@