前端文件修正

This commit is contained in:
chenhaodong
2026-06-18 22:08:46 +08:00
parent 04cc390fde
commit 1c0b377474
87 changed files with 66 additions and 1605 deletions
@@ -11,8 +11,8 @@ export default {
},
mounted() {
// In order to fix the click on menu on the ios device will trigger the mouseleave bug
// https://github.com/PanJiaChen/vue-element-admin/issues/1135
this.fixBugIniOS()
this.fixBugIniOS()
},
methods: {
fixBugIniOS() {
@@ -56,9 +56,7 @@ export default {
}
},
data() {
// To fix https://github.com/PanJiaChen/vue-admin-template/issues/237
// TODO: refactor with render function
this.onlyOneChild = null
this.onlyOneChild = null
return {}
},
methods: {