批量审核
This commit is contained in:
@ -1,22 +1,22 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-11-29 15:22:34
|
||||
* @LastEditTime: 2021-12-01 09:52:45
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\usercenter\usercenter-routing.module.ts
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-01 09:24:09
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-18 17:25:04
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-goods\\supply-goods-routing.module.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
import { SupplyGoodsComponentListComponent } from './components/list/list.component';
|
||||
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'list', component: SupplyGoodsComponentListComponent}
|
||||
];
|
||||
const routes: Routes = [{ path: 'list', component: SupplyGoodsComponentListComponent }];
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild(routes)],
|
||||
exports: [RouterModule],
|
||||
exports: [RouterModule]
|
||||
})
|
||||
export class SupplyGoodsRoutingModule {}
|
||||
|
||||
Reference in New Issue
Block a user