Commit 23b02a8b by qinjianhui

feat: 售后协议

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