From 7d069cdc3edf2010ceeec0f85385c2af447e9559 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 10 Mar 2025 14:12:17 +0800
Subject: [PATCH] 配合后端修改前缀

---
 src/views/device/devicePerMenu.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/device/devicePerMenu.vue b/src/views/device/devicePerMenu.vue
index 025bf51..0af498c 100644
--- a/src/views/device/devicePerMenu.vue
+++ b/src/views/device/devicePerMenu.vue
@@ -26,7 +26,6 @@
 
 <script>
 import { getList, remove, add, update } from '@/api/device/devicePerMenu';
-import { getLazyList } from '@/api/system/menu';
 import { mapGetters } from 'vuex';
 
 export default {
@@ -190,7 +189,6 @@
   },
   methods: {
     rowSave(row, done, loading) {
-      console.log(row, 8888);
       add(row).then(
         () => {
           this.initFlag = false;

--
Gitblit v1.9.3