|
@@ -20,13 +20,13 @@
|
|
|
<u-parse :content="introdData.content.value" :tag-style="commonParserStyle"></u-parse>
|
|
|
</SimplePageContentLoader>
|
|
|
|
|
|
- <!--保护区大事记-->
|
|
|
+ <!--保护区建设历程-->
|
|
|
<view
|
|
|
class="mt-4 d-flex flex-row justify-center align-center p-25 radius-base border-all-primary color-primary"
|
|
|
@click="navTo('./history')"
|
|
|
>
|
|
|
<text class="iconfont icon-task-history-4 size-lll mr-2"></text>
|
|
|
- <text>保护区大事记</text>
|
|
|
+ <text>保护区建设历程</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|