This commit is contained in:
77
2024-03-31 20:24:38 +08:00
parent 7a91ff212a
commit 256fb116bf
6 changed files with 80 additions and 11307 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

BIN
src/assets/图层 1-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 MiB

View File

@@ -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
View 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>