route_constant.js 328 B

12345678910111213141516
  1. /// 抽奖记录
  2. const deviceList = "../deviceList/devices";
  3. // /// 抽奖详情
  4. // const detail = "../detail/detail";
  5. // // 主页
  6. // const home = "../home/home";
  7. // // 主页
  8. // const order = "../order/order";
  9. module.exports = {
  10. deviceList: deviceList,
  11. // order: order,
  12. // deviceList: detail,
  13. // home: home
  14. }