diff --git a/dist/index.html b/dist/index.html index 5fab611..764602b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,4 +1,4 @@ -X-PHP

当前浏览器内核版本过低

当前版本:-- --

最低版本要求:Chrome 71+、Firefox 65+、Safari 12+、Edge 97+。

请升级浏览器版本,或更换现代浏览器,如果你使用的是双核浏览器,请切换到极速/高速模式。

@@ -298,7 +303,9 @@ export default { this.summary = response.summary || {}; this.loading = false; } - this.$refs.xTable.setScrollTop(0) + if (this.$refs.xTable) { + this.$refs.xTable.setScrollTop(0) + } // 回调 this.$emit('dataChange', res, this.tableData) }); diff --git a/src/components/xUser/components/account.vue b/src/components/xUser/components/account.vue index c04d3b9..5fd85a0 100644 --- a/src/components/xUser/components/account.vue +++ b/src/components/xUser/components/account.vue @@ -1,82 +1,247 @@ + diff --git a/src/components/xUser/components/password.vue b/src/components/xUser/components/password.vue index ad256c2..6814fc0 100644 --- a/src/components/xUser/components/password.vue +++ b/src/components/xUser/components/password.vue @@ -1,5 +1,5 @@