add rule
This commit is contained in:
parent
40a0b446c7
commit
fbd0649066
Binary file not shown.
|
After Width: | Height: | Size: 319 KiB |
|
|
@ -32,7 +32,7 @@ const goRedeem = () => {
|
|||
}
|
||||
|
||||
const goRule = () => {
|
||||
window.location.href = 'https://fucai-redeem.smartjinrui.cn/#/Rule'
|
||||
window.location.href = '/rule'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
<template>
|
||||
<div class="rule">
|
||||
<img class="rule-img" src="/entry/rule.jpg" alt="" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.rule-img{
|
||||
width: 100vw;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -18,6 +18,14 @@ const routes: Array<RouteRecordRaw> = [
|
|||
meta: {
|
||||
title: '宁福您彩 新婚送福'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/rule',
|
||||
name: 'Rule',
|
||||
component: () => import('../pages/rule/index.vue'),
|
||||
meta: {
|
||||
title: '宁福您彩 活动规则'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue