rules.js 1.12 KB
export default {
  home: {
    path: '/pages/index/index'
  },
  productDetail: {
    path: '/pages/productDetail/index',
  },
  productList: {
    path: '/pages/searchList/index'
  },
  orderList: {
    path: '/pages/orderList/index',
    neewLogin: true
  },
  orderDetail: {
    path: '/pages/orderDetail/index',
    neewLogin: true
  },
  webview: {
    path: '/pages/webview/webview'
  },
  message: {
    path: '/pages/message/message/message'
  },
  collection: {
    path: '/pages/userCenter/collection/collection'
  },
  myassets: {
    path: '/pages/myassets/index'
  },
  search: {
    path: '/pages/search/index'
  },
  filter: {
    path: '/pages/filter/index'
  },
  nativeLogin: {
    path: '/pages/nativeLogin/nativeLogin'
  },
  orderSuccess: {
    path: '/pages/order/orderSuccess/orderSuccess'
  },
  addressManager: {
    path: '/pages/userCenter/addressManager/addressManager'
  },
  yoLuck: {
    path: '/pages/zeroSell/index'
  },
  logistics: {
    path: '/pages/orderDetail/logistics/logistics'
  },
  selectCountry: {
    path: '/pages/select-country/select-country'
  },
  myCoupon:{
    path: '/pages/myCoupon/index'
  }
}