新增设置支付密码

This commit is contained in:
weiyu
2022-04-22 17:28:03 +08:00
parent 16eb5bcb72
commit 488d6f7e69
18 changed files with 657 additions and 38 deletions

View File

@ -37,6 +37,7 @@ import { ImageListModule } from './components/imagelist';
import { DictSelectComponent } from './components/dict-select';
import { PipeModule } from './pipes';
import { AccountDetailComponent } from './components/account-detail/account-detail.component';
import { CaptchaModule } from './components/captcha';
import { rebateTableModule } from './components/rebate-table';
const MODULES = [
@ -53,6 +54,7 @@ const MODULES = [
ImageListModule,
PipeModule,
rebateTableModule,
CaptchaModule,
...PRO_SHARED_MODULES
];
// #endregion