|
|
@@ -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 => ({
|