| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680 |
- const routes = [{
- path: "/pages/login/login",
- name: 'login',
- meta: {
- title: '登录',
- },
- },
- {
- path: "/pages/login/xieyi",
- name: 'xieyi',
- meta: {
- title: '用户协议',
- },
- },{
- path: "/pages/login/mimi",
- name: 'mimi',
- meta: {
- title: '隐秘协议',
- },
- },
- {
- path: "/pages/login/resetpassword",
- name: 'resetpassword',
- meta: {
- title: '忘记密码',
- },
- },
- {
- path: "/pages/login/register",
- name: 'register',
- meta: {
- title: '注册',
- },
- },
- {
- path: "/pages/login/settled",
- name: 'settled',
- meta: {
- title: '申请入驻',
- },
- },
- {
- path: "/pages/login/loginOauth2",
- name: 'oauth2Login',
- meta: {
- title: 'oauth2登录',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/index/index',
- name: 'index',
- meta: {
- title: '主页',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/index/userControl',
- name: 'userControl',
- meta: {
- title: '用户管理',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/index/full',
- name: 'full',
- meta: {
- title: '全部服务',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/index/shop',
- name: 'shop',
- meta: {
- title: '门店详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/index',
- name: 'product',
- meta: {
- title: '商品管理',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/search',
- name: 'search',
- meta: {
- title: '搜索',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/details',
- name: 'details',
- meta: {
- title: '商品详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/creatProduct',
- name: 'creatProduct',
- meta: {
- title: '创建商品',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/group',
- name: 'group',
- meta: {
- title: '组合套餐',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/usable',
- name: 'usable',
- meta: {
- title: '可用时间',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/rule',
- name: 'rule',
- meta: {
- title: '预约规则',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/product/salesUser',
- name: 'salesUser',
- meta: {
- title: '销量统计',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/evaluate/evaluate',
- name: 'evaluate',
- meta: {
- title: '用户评价',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/index',
- name: 'order',
- meta: {
- title: '订单',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/details',
- name: 'details',
- meta: {
- title: '订单详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/arriveUpload',
- name: 'details',
- meta: {
- title: '订单详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/serviceOrder/orderDetail',
- name: 'orderDetail',
- meta: {
- title: '订单详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/serviceOrder/live',
- name: 'live',
- meta: {
- title: '记录实况',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/serviceOrder/photo',
- name: 'photo',
- meta: {
- title: '车辆照片',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/serviceOrder/project',
- name: 'project',
- meta: {
- title: '服务项目',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/serviceOrder/webview',
- name: 'webview',
- meta: {
- title: '网页版',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/order/record',
- name: 'record',
- meta: {
- title: '协商记录',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/scan/scan',
- name: 'scan',
- meta: {
- title: '扫码核销',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/scan/manual',
- name: 'manual',
- meta: {
- title: '输入核销',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/scan/details',
- name: 'candetails',
- meta: {
- title: '核销详情',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/scan/record',
- name: 'record',
- meta: {
- title: '核销记录',
- },
- },
- {
- //注意:path必须跟pages.json中的地址对应,最前面别忘了加'/'哦
- path: '/pages/scan/check',
- name: 'record',
- 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/addressbook/address-book',
- name: 'addressBook',
- meta: {
- title: 'addressBook',
- },
- },
- {
- path: '/pages/addressbook/level-address-book',
- name: 'levelAddressBook',
- meta: {
- title: 'levelAddressBook',
- },
- },
- {
- path: '/pages/addressbook/member',
- name: 'member',
- meta: {
- title: 'member',
- },
- },
- {
- path: '/pages/addressbook/address-detail',
- name: 'addressDetail',
- meta: {
- title: 'addressDetail',
- },
- },
- {
- path: '/pages/annotation/annotationList',
- name: 'annotationList',
- meta: {
- title: '通知公告',
- },
- },
- {
- path: '/pages/annotation/annotationDetail',
- name: 'annotationDetail',
- meta: {
- title: '通知详情',
- },
- },
- {
- path: '/pages/common/helloWorld',
- name: 'helloWorld',
- meta: {
- title: 'helloWorld',
- },
- },
- {
- path: '/pages/store/settings',
- name: 'settings',
- meta: {
- title: '店铺设置',
- },
- },{
- path: '/pages/store/brandMessage',
- name: 'brandMessage',
- meta: {
- title: '品牌信息',
- },
- }, {
- path: '/pages/login/map',
- name: 'amap',
- meta: {
- title: '地图',
- },
- }, {
- path: '/pages/login/aMap',
- name: 'amap',
- meta: {
- title: '地图',
- },
- },
- {
- path: '/pages/store/businessInfor',
- name: 'businessInfor',
- meta: {
- title: '经营信息',
- },
- },
- {
- path: '/pages/store/headPhoto',
- name: 'headPhoto',
- meta: {
- title: '商户形象',
- },
- },
- {
- path: '/pages/store/businessQua',
- name: 'businessInfor',
- meta: {
- title: '营业资质',
- },
- },
- {
- path: '/pages/store/otherSet',
- name: 'otherSet',
- meta: {
- title: '其他',
- },
- },{
- path: '/pages/store/advertising',
- name: 'advertising',
- meta: {
- title: '广告素材',
- },
- }, {
- path: '/pages/store/addHours',
- name: 'addHours',
- meta: {
- title: '添加营业时间',
- },
- },
- {
- path: '/pages/store/editStore',
- name: 'editStore',
- meta: {
- title: '编辑门店',
- },
- },
- {
- path: '/pages/store/examine',
- name: 'examineStore',
- meta: {
- title: '审核查询',
- },
- },
- {
- path: '/pages/coupon/coupon',
- name: 'coupon',
- meta: {
- title: '商家优惠券',
- },
- },
- {
- path: '/pages/coupon/creatcoupon',
- name: 'creatcoupon',
- meta: {
- title: '新增代金券',
- },
- },
- {
- path: '/pages/coupon/creatReduction',
- name: 'creatcoupon',
- meta: {
- title: '新增满减券',
- },
- },
- {
- path: '/pages/coupon/creatDiscount',
- name: 'creatcoupon',
- meta: {
- title: '新增折扣券',
- },
- },
- {
- path: '/pages/coupon/couponDetail',
- name: 'couponDetail',
- meta: {
- title: '优惠劵详情',
- },
- },
-
- {
- path: '/pages/coupon/activity',
- name: 'activity',
- meta: {
- title: '选择活动商品',
- },
- },
- {
- path: '/pages/coupon/storeUsers',
- name: 'storeUsers',
- meta: {
- title: '本店用户',
- },
- },
- {
- path: '/pages/store/selectTdMap',
- name: 'selectTdMap',
- meta: {
- title: '地图',
- },
- },
- {
- path: '/pages/coupon/usersList',
- name: 'usersList',
- meta: {
- title: '消费用户',
- },
- },
- {
- path: '/pages/financial/management',
- name: 'management',
- meta: {
- title: '财务管理',
- },
- },
- {
- path: '/pages/financial/recharge',
- name: 'recharge',
- meta: {
- title: '充值',
- },
- },
- {
- path: '/pages/financial/buyBean',
- name: 'buyBean',
- meta: {
- title: '购买金豆',
- },
- },
- {
- path: '/pages/financial/buyPoints',
- name: 'buyPoints',
- meta: {
- title: '购买积分',
- },
- },{
- path: '/pages/financial/balanceBill',
- name: 'buyPoints',
- meta: {
- title: '余额账单',
- },
- },{
- path: '/pages/financial/balanceBean',
- name: 'balanceBean',
- meta: {
- title: '金豆账单',
- },
- },{
- path: '/pages/financial/balancePonts',
- name: 'balancePonts',
- meta: {
- title: '积分账单',
- },
- },
- {
- path: '/pages/product/creatStandard',
- name: 'creatStandard',
- meta: {
- title: '添加品牌标品',
- },
- },
- {
- path: '/pages/product/checkMap',
- name: 'checkMap',
- meta: {
- title: '添加检测站',
- },
- },
- {
- path: '/pages/product/checkTdMap',
- name: 'checkTdMap',
- meta: {
- title: '添加检测站',
- },
- },
- {
- path: '/pages/groupMeal/goods/index',
- name: 'groupMealGoodsIndex',
- meta: {
- title: '团餐报名',
- },
- },
- {
- path: '/pages/groupMeal/goods/list',
- name: 'groupMealGoodsList',
- meta: {
- title: '团餐商品',
- },
- },
- {
- path: '/pages/groupMeal/goods/form-step1',
- name: 'groupMealGoodsFormStep1',
- meta: {
- title: '编辑商品1',
- },
- },
- {
- path: '/pages/groupMeal/goods/form-step2',
- name: 'groupMealGoodsFormStep2',
- meta: {
- title: '编辑商品2',
- },
- },
- {
- path: '/pages/groupMeal/orders/order-alist',
- name: 'groupMealOrdersAList',
- meta: {
- title: '团餐订单',
- },
- },
- {
- path: '/pages/groupMeal/orders/order-blist',
- name: 'groupMealOrdersBList',
- meta: {
- title: '订单明细',
- },
- },
- {
- path: '/pages/groupMeal/orders/order-details',
- name: 'groupMealOrdersDetails',
- meta: {
- title: '订单详情',
- },
- },
- {
- path: '/pages/groupMeal/orders/refund',
- name: 'groupMealOrdersRefund',
- meta: {
- title: '协商记录(退款)',
- },
- },
- {
- path: '/pages/groupMeal/users/index',
- name: 'groupMealUsersIndex',
- meta: {
- title: '设置首页',
- },
- },
- {
- path: '/pages/groupMeal/users/settings',
- name: 'groupMealUsersSettings',
- meta: {
- title: '团餐设置',
- },
- },
- {
- path: '/pages/groupMeal/users/withdrawal',
- name: 'groupMealUsersWithdrawal',
- meta: {
- title: '提现',
- },
- },
- {
- path: '/pages/groupMeal/users/bankCard-list',
- name: 'groupMealUsersBankCardList',
- meta: {
- title: '银行卡列表',
- },
- },
- {
- path: '/pages/groupMeal/users/bankCard-edit',
- name: 'groupMealUsersBankCardEdit',
- meta: {
- title: '银行卡编辑',
- },
- },
- {
- path: '/pages/groupMeal/users/team-member',
- name: 'groupMealUsersTeamMember',
- meta: {
- title: '我的团长',
- },
- }
- ]
- export default routes
|