Commit e6aba0fb by Administrator

Merge branch 'dev' into 'master'

Dev

See merge request !14
parents 2e2f5bf7 49a63db6
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
v-for="item in navbar" v-for="item in navbar"
@click="changePath" @click="changePath"
:key="item.path"> :key="item.path">
<router-link :to="item.path">{{ item.name }}</router-link> <a :href="item.path">{{ item.name }}</a>
</li> </li>
</ul> </ul>
</nav> </nav>
...@@ -63,6 +63,7 @@ export default { ...@@ -63,6 +63,7 @@ export default {
// { name: '价格', path: '/price' }, // { name: '价格', path: '/price' },
{ name: '需求痛点', path: '/demand_pain_point' }, { name: '需求痛点', path: '/demand_pain_point' },
{ name: '关于我们', path: '/about_us' }, { name: '关于我们', path: '/about_us' },
{ name: '一键定制', path: 'https://jomalls.com/custom/' },
{ name: '帮助', path: '/help' }, { name: '帮助', path: '/help' },
], ],
userInfo:JSON.parse(localStorage.getItem('userInfo')) userInfo:JSON.parse(localStorage.getItem('userInfo'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment