guhongwei 5 years ago
parent
commit
3c32dab37f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/quiet.vue

+ 0 - 1
src/views/quiet.vue

@@ -73,7 +73,6 @@ export default {
     async toGetMenu() {
       let result = await this.getMenu({ type: `list` });
       if (result.errcode === 0) {
-        // sessionStorage.setItem('menu', JSON.stringify(result.data));
         this.$set(this, `menu`, result.data);
         this.finishedMenu();
       }