当前位置:网站首页>How to cancel the display of the return button at the uniapp uni app H5 end the autobackbutton does not take effect
How to cancel the display of the return button at the uniapp uni app H5 end the autobackbutton does not take effect
2022-06-24 07:52:00 【Zhangxiaolang】
uniapp uni-app H5 How to cancel Return to the display of the button autoBackButton Don't take effect
modify pages.json "autoBackButton": false Don't take effect
pages.json Middle configuration autoBackButton It doesn't work , Because of this property Only programs are supported aspect , H5 Setting this property is not supported .
as follows : Don't take effect 
Realization
H5 We have our own way , All elements are controllable , Just use the browser side method to hide it .
stay mounted Just add the following sentence , It means after the page is rendered , Find the back button , Hide it .
mounted(){
document.querySelector('.uni-page-head-hd').style.display = 'none'
},perfect !!!
边栏推荐
- Teach you how to use the reflect package to parse the structure of go - step 2: structure member traversal
- The describeregion interface of CVM is special and has two versions
- Any remarks
- 希尔伯特-黄变换
- 《canvas》之第1章 canvas概述
- pair类备注
- Part 2: drawing a window
- 解决 These dependencies were not found: * core-js/modules/es6.array.fill in xxx 之类的问题
- 行内元素、块元素、行内块元素
- 简单的折射效果
猜你喜欢

The two most frequently asked locks in the interview

Baidu map, coordinate inversion, picking coordinate position

Hilbert Huang Transform
![LeetCode 515 在每个数行中找最大值[BFS 二叉树] HERODING的LeetCode之路](/img/16/011ba3aef1315c39526daac7e3ec89.png)
LeetCode 515 在每个数行中找最大值[BFS 二叉树] HERODING的LeetCode之路

Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its

RDD的执行原理

光照使用的简单总结

第 2 篇:绘制一个窗口

热赛道上的冷思考:乘数效应才是东数西算的根本要求

第 2 篇:繪制一個窗口
随机推荐
Overview of C program operation mechanism
Detailed explanation of PHP data serialization test example
Mysql database recovery case sharing
atguigu----15-内置指令
基于Distiller的模型压缩工具简介
Thread blocking
Chrono usage notes
What industries and scenarios can the easynvr/easygbs/easycvr platform developed by tsingsee green rhino video be used in?
Cloud development who is the source code of undercover applet
Timer usage notes
Unity Culling 相关技术
Resolution error: LNK2019 unresolved external symbol
Error:Kotlin: Module was compiled with an incompatible version of Kotlin. The binary version of its
Oracle-高级SQL限定查询
第 2 篇:繪制一個窗口
opencvsharp二值图像反色
L1-019 who goes first (15 points)
随机数备注
POM configuration provided and test
常见的数组封装