wangqi 3 weeks ago
parent
commit
12d29824a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/view/Home1.vue

+ 1
- 1
src/view/Home1.vue View File

@@ -466,7 +466,7 @@ const coincideNotList = ref([]);
466 466
 const queryMenuRecently = () => {
467 467
   const url = '/sgsafe/MenuRecentlyUsed/queryRecentlyUsed';
468 468
   const param = {
469
-    applicationId: '31cf6845d7c3464ebe34026865f90c44'
469
+    applicationId: 'c77da6a732d34400b24374e2cea811ee'
470 470
   };
471 471
   proxy.$axios.get(url, param).then(res => {
472 472
     functionList.value = res.data.data.map(item => ({

Loading…
Cancel
Save