|
@@ -5,13 +5,16 @@
|
|
background-color: #fafafa;"
|
|
background-color: #fafafa;"
|
|
>
|
|
>
|
|
当前所在位置:
|
|
当前所在位置:
|
|
- <i-breadcrumb-item>公告消息</i-breadcrumb-item>
|
|
|
|
|
|
+ <i-breadcrumb-item>公告通知</i-breadcrumb-item>
|
|
</i-breadcrumb>
|
|
</i-breadcrumb>
|
|
|
|
|
|
<div style="display: flex; flex-direction: row-reverse;">
|
|
<div style="display: flex; flex-direction: row-reverse;">
|
|
<div style=" margin-top: 20px; margin-right: 20px;">
|
|
<div style=" margin-top: 20px; margin-right: 20px;">
|
|
<i-button>
|
|
<i-button>
|
|
- <div class="back-block" @click="() => this.$router.back()">
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="back-block"
|
|
|
|
+ @click="() => this.$router.push('/site-message')"
|
|
|
|
+ >
|
|
<img src="./svgs/back.svg" /> 返回列表
|
|
<img src="./svgs/back.svg" /> 返回列表
|
|
</div>
|
|
</div>
|
|
</i-button>
|
|
</i-button>
|