diff --git a/src/App.vue b/src/App.vue index 984225d9fd10ac35135bcc29fbd4da351cd5becb..9de696462cba180d2fd000aa0265bdabf5db1101 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,7 @@ - + @@ -93,7 +93,7 @@ export default { } }, created(){ - this.initMsg() + // this.initMsg() }, mounted() { }, diff --git a/src/bg-ui/bg-table-btns.vue b/src/bg-ui/bg-table-btns.vue index f2adb807ce35e18bf1029c136af180a803201c2f..a60a0cc4ebeabebf3bb8f53f98db5b28114d575f 100644 --- a/src/bg-ui/bg-table-btns.vue +++ b/src/bg-ui/bg-table-btns.vue @@ -11,7 +11,7 @@ @@ -19,7 +19,7 @@ @@ -50,7 +50,7 @@ export default { return this.operations.slice(0, this.operations.length > 3 ? 2 : 3); }, otherOperations() { - return this.operations.slice(2, this.operations.length); + return this.operations.slice(this.operations.length > 3 ? 2 : 3, this.operations.length); }, }, methods: { @@ -78,7 +78,7 @@ export default { return name; } }, - showMOreBtns() { + showMoreBtns() { if (this.timer) clearTimeout(this.timer); this.showMore = true; diff --git a/src/main.js b/src/main.js index 0d757ba7a94ededbc90e53029a5e36da42955640..51d01fe6f4fe0d31af36276f5507e3dbaf982a56 100644 --- a/src/main.js +++ b/src/main.js @@ -46,7 +46,7 @@ function getMsgAppid() { }) } -getMsgAppid() +// getMsgAppid() for (const [key, component] of Object.entries(ElementPlusIconsVue)) { createVue.component(key, component) diff --git a/src/page/main/config/dict/index.vue b/src/page/main/config/dict/index.vue index 460689ebd9b2f4092dd53e8b52cc66a99d4bfac1..092523ef7021f00ba266414ebb1d88377099c02e 100644 --- a/src/page/main/config/dict/index.vue +++ b/src/page/main/config/dict/index.vue @@ -22,13 +22,13 @@
-