|
@@ -13,24 +13,24 @@ Page({
|
|
|
userFuzzyLocation: true,
|
|
|
nvabarData: {
|
|
|
showCapsule: 1, //是否显示左上角图标 1表示显示 0表示不显示
|
|
|
- title: '连接配网', //导航栏 中间的标题
|
|
|
+ title: '配网模式选择', //导航栏 中间的标题
|
|
|
},
|
|
|
isNotruter: false,
|
|
|
model: 0,
|
|
|
connectDevice: {},
|
|
|
typeList: [
|
|
|
{
|
|
|
- "icon": "../../images/device/mode_wifi.png",
|
|
|
+ "icon": "../../images/device/mode_2.png",
|
|
|
"text": "WiFi模式",
|
|
|
"type": 2,
|
|
|
},
|
|
|
{
|
|
|
- "icon": "../../images/device/mode_ble.png",
|
|
|
+ "icon": "../../images/device/mode_1.png",
|
|
|
"text": "蓝牙模式",
|
|
|
"type": 1,
|
|
|
},
|
|
|
{
|
|
|
- "icon": "../../images/device/mode_g4.png",
|
|
|
+ "icon": "../../images/device/mode_4.png",
|
|
|
"text": "4G模式",
|
|
|
"type": 4,
|
|
|
},
|