添加富文本插件

This commit is contained in:
Taric Xin
2021-12-01 10:58:24 +08:00
parent b1814a722f
commit b88e313785
166 changed files with 145881 additions and 4 deletions

View File

@ -15,6 +15,7 @@ import { BasicConfigActionModalComponent } from './components/basic-config/basic
import { AuditResonConfigActionModalComponent } from './components/audit-reason-config/audit-reson-config-action-modal/audit-reson-config-action-modal.component';
import { CartConfigComponent } from './components/cart-config/cart-config.component';
import { CartConfigActionModalComponent } from './components/cart-config/cart-config-action-modal/cart-config-action-modal.component';
import { AgreementConfigComponentsBaseComponent } from './components/agreement-config/agreement-config.component';
const COMPONENTS = [
StaffManagementComponent,
@ -24,7 +25,8 @@ const COMPONENTS = [
UserLogsComponent,
VersionLogsComponent,
AuditReasonConfigComponent,
CartConfigComponent
CartConfigComponent,
AgreementConfigComponentsBaseComponent
];
const NOTROUTECOMPONENTS = [
BuyerTranspowerComponent,