重构改动-复制文件

This commit is contained in:
helloDy
2024-07-29 14:53:08 +08:00
parent 5e4df4d849
commit 21988ae8b0
108 changed files with 7337 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ export default {
}
},
{
name: 'Order',
name: 'Produce',
title: '订单管理',
visible: false,
meta: {
@@ -173,6 +173,7 @@ export default {
methods: {
getMsg() {
let menuList = this.$store.state.permission.sidebarRouters
console.log('sss', menuList)
console.log(menuList)
if (menuList.length > 0) {
for (let i = 0; i < menuList.length; i ++) {