rules.js 536 Bytes
export default {
    home: {
        path: '../index/index'
    },
    productList: {
        path: '../productList/goodsList'
    },
    brandStore: {
        path: '../brandStore/brandStore'
    },
    brand: {
      path: '../brandStore/brand'
    },
    webview: {
        path: '../webview/webview'
    },
    goodsDetail: {
        path: '../goodsDetail/goodsDetail'
    },
    statements: {
        path: '../statements/statements'
    },
    bindPhoneNumber: {
        path: '/login/bind-phone-number/bind-phone-number'
    }
}