仪表盘
版本库
文件存储
活动
搜索
登录
qlj
/
vue_lxzn_qlj_nc
起落架DNC前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
起落架DNC初始化代码
lyh
5 天以前
c150c4b99e3f3eec5825c4f921830ec06b1efe2c
[qlj/vue_lxzn_qlj_nc.git]
/
src
/
module
/
productManager
/
router
/
index.js
1
2
3
4
5
6
7
const productManager = () => import('@/module/productManager/page/product_manager.vue');
export default [{
path:'/home/product',
component: productManager,
name: '产品结构树',
hidden: true
}]