feat: 初始化

This commit is contained in:
2024-12-13 23:09:13 +08:00
commit a6967b4073
416 changed files with 57787 additions and 0 deletions

8
src/api/system/menu.js Normal file
View File

@@ -0,0 +1,8 @@
import request from '@/utils/request'
export const getRouters = () => {
return request({
url: '/auth/router',
method: 'get'
})
}