123
This commit is contained in:
11356
package-lock.json
generated
11356
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 7.7 MiB |
BIN
src/assets/wmgy.png
Normal file
BIN
src/assets/wmgy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
BIN
src/assets/图层 1-2.png
Normal file
BIN
src/assets/图层 1-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 MiB |
@@ -18,6 +18,14 @@ const routes = [
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/AntiFraud.vue')
|
||||
},
|
||||
{
|
||||
path: '/anti/wmgy',
|
||||
name: 'antiWmgy',
|
||||
meta: {
|
||||
title: "文明公约",
|
||||
},
|
||||
component: () => import(/* webpackChunkName: "about" */ '../views/Wmgy.vue')
|
||||
},
|
||||
{
|
||||
path: '/agreement/anchor-join',
|
||||
name: 'anchorJoinAgreement',
|
||||
|
||||
23
src/views/Wmgy.vue
Normal file
23
src/views/Wmgy.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="home-wrapper">
|
||||
<img src="../assets/wmgy.png" alt="">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'WmgyPage',
|
||||
components: {},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user