| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- 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/full',
- name: 'full',
- 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/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/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/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/businessQua',
- name: 'businessInfor',
- meta: {
- title: '营业资质',
- },
- }, {
- path: '/pages/store/addHours',
- name: 'addHours',
- meta: {
- title: '添加营业时间',
- },
- },
-
-
- ]
- export default routes
|