perf: panel中table大小调整等
1.panel中table类型图表大小调整 2.修复登录后跳转空白的问题
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
sessionStorage.setItem("nz-username", this.loginData.username);
|
||||
localStorage.setItem("nz-username", this.loginData.username);
|
||||
this.$router.push({
|
||||
path: "/dashboard",
|
||||
path: "/panel",
|
||||
query: {
|
||||
t: +new Date()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user