refactor(web): tab 页改为离开销毁
不然每个 tab 页都会在背地里访问 url,造成服务压力
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
body: {
|
||||
type: 'tabs',
|
||||
mountOnEnter: true,
|
||||
unmountOnExit: true,
|
||||
tabsMode: 'strong',
|
||||
tabs: [
|
||||
// logTab(),
|
||||
|
||||
Reference in New Issue
Block a user