1
This commit is contained in:
parent
bbb07f9d29
commit
71a612a2d9
@ -326,7 +326,7 @@ export const asyncRoutes = [
|
|||||||
redirect: '/index',
|
redirect: '/index',
|
||||||
meta: {
|
meta: {
|
||||||
title: '设置',
|
title: '设置',
|
||||||
icon: 'skill',
|
icon: 'el-icon-setting',
|
||||||
pername: 'gameswitch'
|
pername: 'gameswitch'
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
@ -367,7 +367,7 @@ export const asyncRoutes = [
|
|||||||
redirect: '/index',
|
redirect: '/index',
|
||||||
meta: {
|
meta: {
|
||||||
title: '运维工具',
|
title: '运维工具',
|
||||||
icon: 'skill',
|
icon: 'el-icon-s-tools',
|
||||||
pername: 'wokertool'
|
pername: 'wokertool'
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
@ -174,11 +174,13 @@ export default {
|
|||||||
this.downloadbatchid = this.postForm.batch_id
|
this.downloadbatchid = this.postForm.batch_id
|
||||||
this.disabledownload = false
|
this.disabledownload = false
|
||||||
}
|
}
|
||||||
|
if (query) {
|
||||||
this.$message({
|
this.$message({
|
||||||
message: '收到回应',
|
message: '收到回应',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
duration: 1200
|
duration: 1200
|
||||||
})
|
})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
createCodes() {
|
createCodes() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user