fix: table and message

This commit is contained in:
archer
2023-07-29 10:41:39 +08:00
parent 950dffaedf
commit 1704cf31de
2 changed files with 2 additions and 2 deletions

View File

@@ -102,4 +102,4 @@ try {
console.log(error);
}
export const App: Model<AppType> = models['model'] || model('model', AppSchema);
export const App: Model<AppType> = models['app'] || model('app', AppSchema);