20241113-a
This commit is contained in:
6
mock/index.js
Normal file
6
mock/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
'/api/login': {
|
||||
status: 0,
|
||||
msg: '登录成功',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user