parent
30c963a5f0
commit
61a1c93f0f
89 changed files with 15859 additions and 2 deletions
7
client/libs/__mocks__/api_auth.js
Normal file
7
client/libs/__mocks__/api_auth.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
export function login(serverAddr, adminId, adminPwd, axiosConfig) {
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
|
||||
export function logout(serverAddr, axiosConfig) {
|
||||
return Promise.resolve(true);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue