|
@@ -10,11 +10,9 @@ import { LayoutPcComponent } from '../layout/layout-pc/layout-pc.component';
|
|
import { LayoutPcLoginComponent } from '../layout/layout-pc-login/layout-pc-login.component';
|
|
import { LayoutPcLoginComponent } from '../layout/layout-pc-login/layout-pc-login.component';
|
|
|
|
|
|
// pc 组件
|
|
// pc 组件
|
|
-import { PcCommunityComponent } from './pc-community/pc-community.component';
|
|
|
|
import { PcHomeComponent } from './pc-home/pc-home.component';
|
|
import { PcHomeComponent } from './pc-home/pc-home.component';
|
|
import { PcArticleComponent } from './pc-article/pc-article.component';
|
|
import { PcArticleComponent } from './pc-article/pc-article.component';
|
|
import { InfoComponent } from './pc-article/info/info.component';
|
|
import { InfoComponent } from './pc-article/info/info.component';
|
|
-import { PcMessageComponent } from './pc-message/pc-message.component';
|
|
|
|
|
|
|
|
import { UploadComponent } from '../component/upload/upload.component'
|
|
import { UploadComponent } from '../component/upload/upload.component'
|
|
|
|
|
|
@@ -43,20 +41,12 @@ const routes: Routes = [
|
|
component: PcHomeComponent,
|
|
component: PcHomeComponent,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: 'community',
|
|
|
|
- component: PcCommunityComponent,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
path: 'article',
|
|
path: 'article',
|
|
component: PcArticleComponent,
|
|
component: PcArticleComponent,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'article/info/:id',
|
|
path: 'article/info/:id',
|
|
component: InfoComponent
|
|
component: InfoComponent
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'message',
|
|
|
|
- component: PcMessageComponent,
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -73,9 +63,7 @@ const routes: Routes = [
|
|
LayoutPcComponent,
|
|
LayoutPcComponent,
|
|
LayoutPcLoginComponent,
|
|
LayoutPcLoginComponent,
|
|
PcHomeComponent,
|
|
PcHomeComponent,
|
|
- PcCommunityComponent,
|
|
|
|
PcArticleComponent,
|
|
PcArticleComponent,
|
|
- PcMessageComponent,
|
|
|
|
InfoComponent,
|
|
InfoComponent,
|
|
UploadComponent
|
|
UploadComponent
|
|
],
|
|
],
|