From 71a612a2d911ac128e9a7b67b08d04787c9e1885 Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 30 Aug 2024 15:14:15 +0800 Subject: [PATCH] 1 --- src/router/index.js | 4 ++-- src/views/activecode/info.vue | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index bfda42a..5780e17 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -326,7 +326,7 @@ export const asyncRoutes = [ redirect: '/index', meta: { title: '设置', - icon: 'skill', + icon: 'el-icon-setting', pername: 'gameswitch' }, children: [ @@ -367,7 +367,7 @@ export const asyncRoutes = [ redirect: '/index', meta: { title: '运维工具', - icon: 'skill', + icon: 'el-icon-s-tools', pername: 'wokertool' }, children: [ diff --git a/src/views/activecode/info.vue b/src/views/activecode/info.vue index 8bb7585..5b6ef66 100644 --- a/src/views/activecode/info.vue +++ b/src/views/activecode/info.vue @@ -174,11 +174,13 @@ export default { this.downloadbatchid = this.postForm.batch_id this.disabledownload = false } - this.$message({ - message: '收到回应', - type: 'success', - duration: 1200 - }) + if (query) { + this.$message({ + message: '收到回应', + type: 'success', + duration: 1200 + }) + } }) }, createCodes() {