const routes = [{ path: "/pages/login/login", name: 'login', meta: { title: '登录', }, }, { path: "/pages/jiance/order", name: 'order', meta: { title: '检测委托申请', }, }, { path: "/pages/user/editpassword", name: 'editpassword', meta: { title: '修改密码', }, }, { path: "/pages/jiance/tousu", name: 'tousu', meta: { title: '投诉', }, }, { path: "/pages/fileView/fileView", name: 'fileView', meta: { title: '文件查阅', }, }, { path: "/pages/jiance/jindu", name: 'jindu', meta: { title: '委托单进度', }, }, { path: "/pages/jiance/list", name: 'list', meta: { title: '委托列表', }, }, { path: "/pages/jiance/manyi", name: 'manyi', meta: { title: '满意度调查', }, }, { path: "/pages/login/zhuce", name: 'zhuce', meta: { title: '注册', }, }, { //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦 path: '/pages/index/index', name: 'index', meta: { title: '主页', }, }, { //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦 path: '/pages/home/home', //aliasPath:'/', //对于h5端你必须在首页加上aliasPath并设置为/ name: 'home', meta: { title: '首页', }, }, { path: '/pages/user/people', name: 'people', meta: { title: '个人中心', }, }, { path: '/pages/user/userdetail', name: 'userdetail', meta: { title: '个人详情', }, }, { path: '/pages/user/useredit', name: 'useredit', meta: { title: '个人编辑', }, }, { path: '/pages/user/userexit', name: 'userexit', meta: { title: '退出', }, }, { path: '/pages/user/location', name: 'location', meta: { title: '定位', }, }, { path: '/pages/common/exit', name: 'exit', meta: { title: '退出', }, }, { path: '/pages/common/success', name: 'success', meta: { title: 'success', }, }, { path: '/pages/fileView/reportList', name: 'reportList', meta: { title: '报告列表', }, }, { path: '/pages/specimen/specimen', name: 'specimenList', meta: { title: '我的样品', }, }, { path: "/pages/jiance/list/specimen", name: 'specimen', meta: { title: '样品', }, }, { path: "/pages/tag/sampleTag", name: 'sampleTag', meta: { title: '样品标签', }, }, { path: "/pages/hold/hold", name: 'hold', meta: { title: '委托暂存', }, }, { path: "/pages/communication/communication", name: 'communication', meta: { title: '沟通', }, }, { path: "/pages/communication/communicationList", name: 'communicationList', meta: { title: '沟通列表', }, }, { path: "/pages/jiance/tousu/tousuList", name: 'tousuList', meta: { title: '投诉列表', }, }, { path: "/pages/wallet/wallet", name: 'wallet', meta: { title: '投诉列表', }, }, { path: "/pages/fileView/fileView", name: 'fileView', meta: { title: '文件预览', }, } ] export default routes