diff --git a/components/Authorize.vue b/components/Authorize.vue index 74dd7a9..f9a6e86 100644 --- a/components/Authorize.vue +++ b/components/Authorize.vue @@ -11,13 +11,14 @@ - - - + + + @@ -125,6 +126,9 @@ // }) that.isShowAuth = false }, + getH5userinfo(){ + console.log('[=========]') + }, close() { uni.reLaunch({ url: '/pages/tabBar/home/home' diff --git a/manifest.json b/manifest.json index ece1662..0b1da20 100644 --- a/manifest.json +++ b/manifest.json @@ -82,12 +82,13 @@ }, "title" : "嗨森逛", "router" : { - "mode" : "history" + "mode" : "hash" }, "devServer" : { "port" : "", - "https" : true + "https" : false }, - "domain" : "https://hsg.dctpay.com" + "domain" : "https://hsg.dctpay.com", + "template" : "" } }