Commit 34f8af75 authored by 前端-许佳敏's avatar 前端-许佳敏

feat:add register page

parent 28a91751
......@@ -10,7 +10,11 @@ const router = [
{
path: '/user/login',
component: '@/pages/user'
}
},
{
path: '/user/register',
component: '@/pages/user/register'
},
]
}
]
......
export default {
'@primary-color': '#00B37A'
'@primary-color': '#00B37A',
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment