Browse Source

bug fix: 27618 (首博-PC端)底部区域应为4个URLs

任一存 3 years ago
parent
commit
373ecd4a9c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/src/config.js
  2. 1 1
      web/src/views/layout/index.vue

+ 1 - 1
web/src/config.js

@@ -9,7 +9,7 @@ switch (process.env.NODE_ENV) {
     break;
     break;
 }
 }
 
 
-const version = 'v0524.1823'
+const version = 'v0525.1416'
 
 
 module.exports = {
 module.exports = {
   publicPath,
   publicPath,

+ 1 - 1
web/src/views/layout/index.vue

@@ -137,7 +137,7 @@
       <!-- 底部固定栏 -->
       <!-- 底部固定栏 -->
       <div
       <div
         class="footer" data-aria-viewport-area tabindex="0"
         class="footer" data-aria-viewport-area tabindex="0"
-        aria-label aria-description="You've reached footer section at the bottom of the website. This section contains five URLs. To browse the content, please use the tab key."
+        aria-label aria-description="You've reached footer section at the bottom of the website. This section contains four URLs. To browse the content, please use the tab key."
       >
       >
         <div >
         <div >
           <template v-for="item in footerData">
           <template v-for="item in footerData">