rules.js 798 Bytes
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'
  },
  webview: {
    path: '/pages/webview/webview'
  },
  search: {
    path: '/pages/search/index'
  },
  filter: {
    path: '/pages/filter/index'
  },
  nativeLogin: {
    path: '/pages/nativeLogin/nativeLogin'
  }
}