公告板
版本库
活动
搜索
登录
H5
/
americanContainer
美国集装箱用户端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
删除没用的东西
hejianhao
2025-01-08
d8f03af7716a636ca48b87da29bcd6ccb2e6b8c6
[H5/americanContainer.git]
/
src
/
router
/
routers.js
1
2
3
4
5
6
7
8
9
10
export default [
{
path: '/Login',
component: () => import('@/view/Login.vue'),
meta: {
title: '登录'
}
},
]