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

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',