删除注册页面 为注册接口修改为需要权限 防止业务漏洞

This commit is contained in:
QM303176530
2020-10-18 12:49:18 +08:00
parent 1848ceb8f7
commit 45f2bd4a15
4 changed files with 2 additions and 295 deletions

View File

@@ -12,12 +12,6 @@ const baseRouters = [{
name: 'login',
component: () =>
import ('@/view/login/login.vue')
},
{
path: '/register',
name: 'register',
component: () =>
import ('@/view/login/register.vue')
}
]