公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 ~whyclxw/CadDrawManager.git
main
/
ld9_web
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
第一次提交
whychdw
2019-07-31
902f1cf4d57c2076ecba66074cb2120b6c6f53c5
[ld9_web.git]
/
src
/
router.js
1
2
3
4
5
6
7
8
9
10
11
12
13
const routers = [
{
path: '',
meta: {
title: ''
},
components: {
default: (resolve)=>require(['./views/index.vue'], resolve)
}
}
];
export default routers;