Ver código fonte

📦 保护区建设历程文字修改

imengyu 3 semanas atrás
pai
commit
97f3200b47
2 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      src/pages.json
  2. 2 2
      src/pages/home/introduction.vue

+ 1 - 1
src/pages.json

@@ -21,7 +21,7 @@
     {
       "path": "pages/home/history",
       "style": {
-        "navigationBarTitleText": "保护区大事记"
+        "navigationBarTitleText": "保护区建设历程"
       }
     },
     {

+ 2 - 2
src/pages/home/introduction.vue

@@ -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>