index.js 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // 调价首页路由 export default [{ path: '/xianyu/order/priceChange/:orderId(\\d+).html', name: 'PriceChange', component: () => import(/* webpackChunkName: "priceChange" */ './list') }];