1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-28 14:50:29 +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

@@ -45,7 +45,7 @@ const userInfo = {
export default [
{
url: '/basic-api/account/getAccountInfo',
url: '/api/account/getAccountInfo',
timeout: 1000,
method: 'get',
response: () => {
@@ -53,7 +53,7 @@ export default [
},
},
{
url: '/basic-api/user/sessionTimeout',
url: '/api/user/sessionTimeout',
method: 'post',
statusCode: 401,
response: () => {
@@ -61,7 +61,7 @@ export default [
},
},
{
url: '/basic-api/user/tokenExpired',
url: '/api/user/tokenExpired',
method: 'post',
statusCode: 200,
response: () => {