We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5
**浏览器版本: Chrome 92.0.4515.107 ** 使用框架: React
basename配置为/m 时刷新页面有一定几率出现 basename配置为/时正常
有配置tabbar的页面稳定出现tabbar
tabbar有几率不出现
Taro CLI 3.3.1 environment info: System: OS: macOS 11.4 Shell: 3.2.57 - /bin/bash Binaries: Node: 12.18.1 - ~/.nvm/versions/node/v12.18.1/bin/node Yarn: 1.22.10 - ~/.nvm/versions/node/v12.18.1/bin/yarn npm: 6.14.5 - ~/.nvm/versions/node/v12.18.1/bin/npm npmPackages: @tarojs/components: 3.2.12 => 3.2.12 @tarojs/mini-runner: 3.2.12 => 3.2.12 @tarojs/react: 3.2.12 => 3.2.12 @tarojs/runtime: 3.2.12 => 3.2.12 @tarojs/taro: 3.2.12 => 3.2.12 @tarojs/webpack-runner: 3.2.12 => 3.2.12 babel-preset-taro: 3.2.12 => 3.2.12 eslint-config-taro: 3.2.12 => 3.2.12 react: ^17.0.0 => 17.0.2 npmGlobalPackages: typescript: 4.2.4
The text was updated successfully, but these errors were encountered:
在app.config中添加basename配置可以解决这个问题,但是与官方文档的配置不一样
tabBar: { basename: "/m", ... },
Sorry, something went wrong.
在app.config中添加basename配置可以解决这个问题,但是与官方文档的配置不一样 tabBar: { basename: "/m", ... },
没有用吧,有问题,闪一下又消失了
duplicate #9392
3.3.12 修复
No branches or pull requests
相关平台
H5
**浏览器版本: Chrome 92.0.4515.107 **
使用框架: React
复现步骤
basename配置为/m 时刷新页面有一定几率出现
basename配置为/时正常
期望结果
有配置tabbar的页面稳定出现tabbar
实际结果
tabbar有几率不出现
环境信息
The text was updated successfully, but these errors were encountered: