Browse Source

修改bug

master
yangpeilai 2 days ago
parent
commit
de4d2971ad
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/store/tabValue.ts

+ 4
- 0
src/store/tabValue.ts View File

actions: { actions: {
//添加tab //添加tab
addTab: function (context, value) { addTab: function (context, value) {
if(!value){
console.log('参数错误', value)
return
}
if (value.type === 1) { if (value.type === 1) {
context.commit('AddTab', value.data) context.commit('AddTab', value.data)
} else { } else {

Loading…
Cancel
Save