@@ -66,7 +66,6 @@ export default {
methods: {
...login(['toGetMenu', 'logout']),
async searchMenu() {
- console.log(this.user);
if (this.user.uid) {
const res = await this.toGetMenu({ id: this.user.uid });
for (const val of res.data.menus) {