公告板
版本库
活动
搜索
登录
H5
/
americanContainer
美国集装箱用户端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
创建项目
gongjinbao
2025-01-08
b42ff5d6dc5aa00ae166d4ad210ac5bfa734bb98
[H5/americanContainer.git]
/
src
/
router
/
blue.js
1
2
3
4
5
6
7
8
9
10
export default [
{
path: '/shopInformation',//货物销售 || 餐饮商家
component: () => import('@/view/Blue/Login.vue'),
meta: {
title: '登录'
}
},
]