1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-23 12:00:35 +08:00

front: finish docx & back: init

This commit is contained in:
源文雨
2023-03-16 14:03:58 +08:00
parent 6c823457b9
commit a72afdbb5e
26 changed files with 453 additions and 31 deletions

View File

@@ -136,7 +136,7 @@ const menuList = (() => {
export default [
{
url: '/basic-api/system/getAccountList',
url: '/api/system/getAccountList',
timeout: 100,
method: 'get',
response: ({ query }) => {
@@ -145,7 +145,7 @@ export default [
},
},
{
url: '/basic-api/system/getRoleListByPage',
url: '/api/system/getRoleListByPage',
timeout: 100,
method: 'get',
response: ({ query }) => {
@@ -154,7 +154,7 @@ export default [
},
},
{
url: '/basic-api/system/setRoleStatus',
url: '/api/system/setRoleStatus',
timeout: 500,
method: 'post',
response: ({ query }) => {
@@ -163,7 +163,7 @@ export default [
},
},
{
url: '/basic-api/system/getAllRoleList',
url: '/api/system/getAllRoleList',
timeout: 100,
method: 'get',
response: () => {
@@ -171,7 +171,7 @@ export default [
},
},
{
url: '/basic-api/system/getDeptList',
url: '/api/system/getDeptList',
timeout: 100,
method: 'get',
response: () => {
@@ -179,7 +179,7 @@ export default [
},
},
{
url: '/basic-api/system/getMenuList',
url: '/api/system/getMenuList',
timeout: 100,
method: 'get',
response: () => {
@@ -187,7 +187,7 @@ export default [
},
},
{
url: '/basic-api/system/accountExist',
url: '/api/system/accountExist',
timeout: 500,
method: 'post',
response: ({ body }) => {