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 @@