Commit 23b02a8b by qinjianhui

feat: 售后协议

parent 7f0fae76
......@@ -3,7 +3,10 @@
<div class="bottom-text">
<span style="margin-left: 20px">
<i class="el-icon-message" style="margin-right: 5px"></i>
<a href="mailto:support@jomalls.com">support@jomalls.com</a>
<a href="mailto:mia@jomalls.com">mia@jomalls.com</a>
</span>
<span style="margin-left: 50px">
<a href="/after-sales-agreement" target="_blank">售后协议</a>
</span>
<span style="margin-left: 50px">
<i class="el-icon-map-location" style="margin-right: 5px"></i>
......@@ -14,6 +17,7 @@
粤ICP备2022141405号-1
</a>
</span>
<span style="margin-left: 50px">
九猫科技 Copyright © {{ currentYear }}
</span>
......@@ -68,6 +72,7 @@ export default {
padding: 0;
}
.bottom-text > span {
display: block;
margin-left: 0 !important;
line-height: 26px;
}
......
......@@ -20,7 +20,7 @@ const routes = [
{
path: '/home',
name: 'homePage',
component: HomePage
component: HomePage,
},
{
path: '/function',
......@@ -35,7 +35,7 @@ const routes = [
{
path: '/demand_pain_point',
name: 'demandPage',
component: demandPage
component: demandPage,
},
{
path: '/about_us',
......@@ -45,8 +45,8 @@ const routes = [
{
path: '/help',
name: 'help',
component: helpPage
}
component: helpPage,
},
],
},
{
......@@ -78,7 +78,13 @@ const routes = [
path: '/message',
name: 'message',
component: (resolve) => require(['../views/message'], resolve),
}
},
{
path: '/after-sales-agreement',
name: 'after-sales-agreement',
component: (resolve) =>
require(['../views/agreement'], resolve),
},
]
const router = new VueRouter({
......
......@@ -14,8 +14,8 @@
<div class="demonstration">
<div class="web-link">
<span class="label">演示链接:</span>
<a href="https://demo.jomalls.com" target="_blank">
https://demo.jomalls.com
<a href="https://jotech.jomalls.com" target="_blank">
https://jotech.jomalls.com
</a>
</div>
<div class="web-user">
......@@ -24,7 +24,7 @@
</div>
<div class="web-password">
<span class="label">密码:</span>
<span>sg123456</span>
<span>jm123456</span>
</div>
</div>
</div>
......
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