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
点击后台菜单,接口请求两次
The text was updated successfully, but these errors were encountered:
你需要把完整的接口贴出来,getList 有可能是不同的接口,我自己跑了一下,是没有重复请求的
Sorry, something went wrong.
我也遇到了,问题出在每个模块的app.vue里。leftTabs第一次渲染的时候为空数组,当获得到值后会再次进行渲染,一共会渲染2次,所以会导致渲染2次 。
解决方案:在最外面的div加一个:v-if="leftTabs.length !== 0" 就行了
No branches or pull requests
点击后台菜单,接口请求两次
The text was updated successfully, but these errors were encountered: