车辆接口更新
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-13 15:10:17
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-26 11:07:31
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\shared\\shared.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
/* eslint-disable import/order */
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
@ -27,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 { InsuranceTableModule } from './components/insurance-table';
|
||||
|
||||
const MODULES = [
|
||||
AddressModule,
|
||||
@ -41,6 +52,7 @@ const MODULES = [
|
||||
AmapModule,
|
||||
ImageListModule,
|
||||
PipeModule,
|
||||
InsuranceTableModule,
|
||||
...PRO_SHARED_MODULES
|
||||
];
|
||||
// #endregion
|
||||
|
||||
Reference in New Issue
Block a user