优化提示信息

This commit is contained in:
RuoYi
2021-11-22 18:13:39 +08:00
parent adcb6194c8
commit 451d218f4b
13 changed files with 44 additions and 44 deletions

View File

@@ -20,8 +20,6 @@ export default {
path: '/redirect' + path
})
})
},
// 关闭当前tab页签打开新页签
closeOpenPage(obj) {
@@ -56,7 +54,7 @@ export default {
return store.dispatch('tagsView/delOthersViews', obj || router.currentRoute);
},
// 添加tab页签
addPage(title, url) {
openPage(title, url) {
var obj = { path: url, meta: { title: title } }
store.dispatch('tagsView/addView', obj);
return router.push(url);