|
@@ -1,9 +1,9 @@
|
|
|
// pages/setWifi/setWifi.js
|
|
|
-const { BtHelper } = require("../../devices/bt_helper");
|
|
|
-import EventManager from '../../utils/event_bus'
|
|
|
-import { EnumCmdEvent, CmdEvent } from '../../devices/cmd_key_event';
|
|
|
-import store from '../../utils/store';
|
|
|
-import { BtCmd } from '../../devices/bluetooth/bt_cmd';
|
|
|
+const { BtHelper } = require("../../../devices/bt_helper");
|
|
|
+import EventManager from '../../../utils/event_bus'
|
|
|
+import { EnumCmdEvent, CmdEvent } from '../../../devices/cmd_key_event';
|
|
|
+import store from '../../../utils/store';
|
|
|
+import { BtCmd } from '../../../devices/bluetooth/bt_cmd';
|
|
|
Page({
|
|
|
data: {
|
|
|
wifiName: '',
|