Browse Source

解决冲突

master
song 3 years ago
parent
commit
1b683c7eed
  1. 1
      src/views/layout/Layout.vue

1
src/views/layout/Layout.vue

@ -80,7 +80,6 @@ export default {
}
for(var i = 0; i < perList.length; i++) {
if(perList[i][1] === code) {
console.log('perList[i]: ', perList[i]);
list[perList[i][2]] = true;
}
// if(perList[i][2] === 'reset') {

Loading…
Cancel
Save