1234567891011121314151617181920 |
- const indexRoot = "pages/index/index";
- /// 抽奖记录
- const deviceList = "../deviceList/deviceList";
- // 连接模式
- const connectMode = "../deviceConMode/index";
- const connectBle = "../connectBle/connectBle";
- // // 主页
- // const home = "../home/home";
- // // 主页
- // const order = "../order/order";
- module.exports = {
- indexRoot: indexRoot,
- deviceList: deviceList,
- connectMode: connectMode,
- connectBle: connectBle,
- // deviceList: detail,
- // home: home
- }
|