关于login重构

This commit is contained in:
2025-03-21 20:41:01 +08:00
parent 0179fe73a3
commit 8053a3db64
28 changed files with 889 additions and 596 deletions

View File

@@ -2,6 +2,7 @@ import { app } from '@/app.ts';
import { AppModel } from '../module/index.ts';
// curl http://localhost:4005/api/router?path=app&key=public-list
// TODO:
app
.route({
path: 'app',
@@ -12,6 +13,9 @@ app
where: {
status: 'running',
},
// attributes: {
// exclude: ['data'],
// },
logging: false,
});
ctx.body = list;