route_constant.js 472 B

1234567891011121314151617181920
  1. const indexRoot = "pages/index/index";
  2. /// 抽奖记录
  3. const deviceList = "../deviceList/deviceList";
  4. // 连接模式
  5. const connectMode = "../deviceConMode/index";
  6. const connectBle = "../connectBle/connectBle";
  7. // // 主页
  8. // const home = "../home/home";
  9. // // 主页
  10. // const order = "../order/order";
  11. module.exports = {
  12. indexRoot: indexRoot,
  13. deviceList: deviceList,
  14. connectMode: connectMode,
  15. connectBle: connectBle,
  16. // deviceList: detail,
  17. // home: home
  18. }