|
@@ -17,6 +17,7 @@ const about = "../../pageC/about/about";
|
|
const aboutInfo = "../../pageC/aboutInfo/aboutInfo";
|
|
const aboutInfo = "../../pageC/aboutInfo/aboutInfo";
|
|
|
|
|
|
/// pageD
|
|
/// pageD
|
|
|
|
+const ota = "../../pageD/ota/ota";
|
|
const webview = "../../pageD/webview/webview";
|
|
const webview = "../../pageD/webview/webview";
|
|
const download = "../../pageC/download/download";
|
|
const download = "../../pageC/download/download";
|
|
|
|
|
|
@@ -24,11 +25,11 @@ const download = "../../pageC/download/download";
|
|
const cropper = "../../piano/cropper/cropper";
|
|
const cropper = "../../piano/cropper/cropper";
|
|
const wallpaper = "../../piano/wallpaper/wallpaper";
|
|
const wallpaper = "../../piano/wallpaper/wallpaper";
|
|
const deviceDetail = "../../piano/deviceDetail/deviceDetail";
|
|
const deviceDetail = "../../piano/deviceDetail/deviceDetail";
|
|
-const setWifi = "../setWifi/setWifi";
|
|
|
|
|
|
|
|
/// 抽奖记录
|
|
/// 抽奖记录
|
|
const connectMode = "../deviceConMode/index";
|
|
const connectMode = "../deviceConMode/index";
|
|
const connectBle = "../connectBle/connectBle";
|
|
const connectBle = "../connectBle/connectBle";
|
|
|
|
+const setWifi = "../setWifi/setWifi";
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
/// A
|
|
/// A
|
|
@@ -45,6 +46,7 @@ module.exports = {
|
|
about: about,
|
|
about: about,
|
|
aboutInfo: aboutInfo,
|
|
aboutInfo: aboutInfo,
|
|
/// D
|
|
/// D
|
|
|
|
+ ota: ota,
|
|
webview: webview,
|
|
webview: webview,
|
|
download: download,
|
|
download: download,
|
|
|
|
|