Browse Source

帮助中心链接问题

yangc 8 years ago
parent
commit
79da231c05
2 changed files with 2 additions and 1 deletions
  1. 1 0
      components/default/Header.vue
  2. 1 1
      nuxt.config.js

+ 1 - 0
components/default/Header.vue

@@ -42,6 +42,7 @@
             <nuxt-link class="item" :to="'/'">商城首页</nuxt-link>
           </template>
           <nuxt-link class="item" to="/help/home">帮助中心</nuxt-link>
+          <!--<a class="item" href="/help#/home">帮助中心</a>-->
         </div>
       </div>
     </nav>

+ 1 - 1
nuxt.config.js

@@ -107,5 +107,5 @@ module.exports = {
     ssr: false
   }],
   /* TODO 暂时代理到商城测试版,之后再做出调整 */
-  proxyTable: ['/api/**', '/search/**', '/user/**', '/login/**', '/logout/**', '/static/**', '/vendor**', '/user**', '/trade/**', '/recommendation/**', '/store-service/**', "/basic/**", "/logout**"]
+  proxyTable: ['/api/**', '/search/**', '/user/**', '/login/**', '/logout/**', '/static/**', '/vendor**', '/user**', '/trade/**', '/recommendation/**', '/store-service/**', '/basic/**', '/logout**', '/help**']
 }