app-navigation.js 2.6 KB

12345678910
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/app-navigation/app-navigation"],{"088f":function(t,n,a){"use strict";var e=a("a442"),c=a.n(e);c.a},"4bda":function(t,n,a){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;a("feec");var e={name:"app-navigation",props:{active:{type:String,default:""}},computed:{myIcon:function(){return"../../static/img/appnav-my".concat("my"==this.active?".active":"",".svg")},homeIcon:function(){return"../../static/img/appnav-home".concat("home"==this.active?".active":"",".svg")}},methods:{act:function(n){if(n!=this.active){var a="";switch(n){case"home":a="/pages/index/index";break;case"my":a="/pages/my/my";break}a&&t.reLaunch({url:a})}},sacn:function(){var t=this;this.$app.act.scan().then((function(n){var a=t.getUrlParams(n.result);a&&a.connectorCode?t.getDeviceInfo(a.connectorCode):t.$app.popup.alert("二维码不正确。","温馨提示!")}))},getUrlParams:function(t){var n,a=/[?&]+([^=&]+)=([^&]*)/gi,e={};while(n=a.exec(t))e[n[1]]=n[2];return e},getDeviceInfo:function(t){var n=this;this.$api.base("get","/applet/v1/station/connector/detail",{connectorCode:t},{}).then((function(t){console.log("设备信息:",t),0!=t.data.status&&255!=t.data.status&&n.$app.url.goto("/pages/terminal/terminal?deviceId="+t.data.connectorCode+"&deviceStatus="+t.data.status)}))}}};n.default=e}).call(this,a("df3c")["default"])},"8c34":function(t,n,a){"use strict";a.r(n);var e=a("4bda"),c=a.n(e);for(var i in e)["default"].indexOf(i)<0&&function(t){a.d(n,t,(function(){return e[t]}))}(i);n["default"]=c.a},a442:function(t,n,a){},bb86:function(t,n,a){"use strict";a.r(n);var e=a("cafc"),c=a("8c34");for(var i in c)["default"].indexOf(i)<0&&function(t){a.d(n,t,(function(){return c[t]}))}(i);a("088f");var o=a("828b"),r=Object(o["a"])(c["default"],e["b"],e["c"],!1,null,"c6e80730",null,!1,e["a"],void 0);n["default"]=r.exports},cafc:function(t,n,a){"use strict";a.d(n,"b",(function(){return c})),a.d(n,"c",(function(){return i})),a.d(n,"a",(function(){return e}));var e={axIosIndicator:function(){return a.e("components/ax-ios-indicator/ax-ios-indicator").then(a.bind(null,"6075"))}},c=function(){var t=this.$createElement;this._self._c},i=[]}}]);
  2. ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
  3. 'components/app-navigation/app-navigation-create-component',
  4. {
  5. 'components/app-navigation/app-navigation-create-component':(function(module, exports, __webpack_require__){
  6. __webpack_require__('df3c')['createComponent'](__webpack_require__("bb86"))
  7. })
  8. },
  9. [['components/app-navigation/app-navigation-create-component']]
  10. ]);