admin-add-setting

This commit is contained in:
xiaomlove
2021-05-06 19:37:07 +08:00
parent 9a0dbd7031
commit 979c1d8110
8 changed files with 859 additions and 1 deletions
+5 -1
View File
@@ -54,7 +54,11 @@ const router = createRouter({
name: 'agent-allow-form',
component: () => import('../views/agent-allow/form.vue')
},
{
path: '/setting',
name: 'setting',
component: () => import('../views/setting/index.vue')
},
]
})