chore: buy page and login

This commit is contained in:
xiaojunnuo
2025-08-09 23:41:59 +08:00
parent bc174f7054
commit 54365528a8
8 changed files with 51 additions and 23 deletions
@@ -20,7 +20,7 @@
typeorm:
dataSource:
default:
database: './data/db-plus-dev-1.sqlite'
database: './data/db-plus-dev.sqlite'
# plus server: 'http://127.0.0.1:11007'
@@ -128,6 +128,8 @@ export class CnameRecordService extends BaseService<CnameRecordEntity> {
if (!param.id) {
throw new ValidateException('id不能为空');
}
//hostRecord包含所有权校验信息,不允许用户修改hostRecord
delete param.hostRecord
const old = await this.info(param.id);
if (!old) {