后台:web-server连接数据库

This commit is contained in:
luying
2021-11-29 16:19:47 +08:00
parent 8c6c44bcde
commit cc819c48a7
11 changed files with 53 additions and 378 deletions
+1 -4
View File
@@ -22,10 +22,7 @@ export default class Notice extends BaseModel {
content: string; // 公告内容
@prop({ required: true })
timeStr: string; // 时间显示
public get time() {
return this.timeStr;
}
time: string; // 时间显示
@prop({ required: true, select: false })
sort: number;