20241113-a

This commit is contained in:
unknown
2024-11-13 09:05:45 +08:00
commit 3bcaa20bc4
186 changed files with 100169 additions and 0 deletions

6
mock/index.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
'/api/login': {
status: 0,
msg: '登录成功',
},
};