{"version":3,"sources":["webpack:///./src/views/admin.vue?85f6","webpack:///./src/views/admin.vue","webpack:///./src/views/admin.vue?18c8","webpack:///./src/views/admin.vue?4eb1"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","staticClass","staticStyle","on","loginAdmin","_v","_e","staticRenderFns","opened","window","open","location","href","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,eAAe,CAACA,EAAG,UAAU,CAACA,EAAG,SAAS,CAACA,EAAG,SAAS,CAACE,MAAM,CAAC,KAAO,KAAK,CAACF,EAAG,MAAM,CAACG,YAAY,8BAA8BC,YAAY,CAAC,aAAa,SAAS,cAAc,UAAU,CAACJ,EAAG,YAAY,CAACE,MAAM,CAAC,KAAO,UAAU,KAAO,gBAAgBG,GAAG,CAAC,MAAQT,EAAIU,aAAa,CAACV,EAAIW,GAAG,8BAA8B,GAAIX,EAAU,OAAEI,EAAG,WAAW,CAACE,MAAM,CAAC,MAAQ,wDAAwD,KAAO,UAAUN,EAAIY,MAAM,IAAI,IAAI,IAAI,IAC1iBC,EAAkB,G,gGCuBD,EAArB,YADA,iD,+DAEU,EAAAC,QAAkB,EAF5B,EACA,gFAGIC,OAAOC,KAAK,OAAe,YAH/B,gCAOQ,SAEFD,OAAOE,SAASC,KAAO,OACvBjB,KAAKa,QAAS,OAVpB,GAAsC,QAAjB,EAAQ,QAD5B,QACoB,WCxBmZ,I,YCOpaK,EAAY,eACd,EACApB,EACAc,GACA,EACA,KACA,KACA,MAIa,aAAAM,E","file":"js/chunk-2d2103fe.37ca6015.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-container',[_c('el-main',[_c('el-row',[_c('el-col',{attrs:{\"span\":24}},[_c('div',{staticClass:\"grid-content bg-purple-dark\",staticStyle:{\"text-align\":\"center\",\"line-height\":\"200px\"}},[_c('el-button',{attrs:{\"type\":\"primary\",\"icon\":\"el-icon-menu\"},on:{\"click\":_vm.loginAdmin}},[_vm._v(\"Login Management System\")])],1),(_vm.opened)?_c('el-alert',{attrs:{\"title\":\"已經自動在新窗口打開後台管理系統,如果沒有,請檢查瀏覽器是否禁止打開新的窗口,或者嘗試點擊上面的按鈕重試!\",\"type\":\"info\"}}):_vm._e()],1)],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\r\nimport { Component, Prop, Vue } from 'vue-property-decorator';\r\nimport { AdminLoginUrl, AutoOpenAdmin } from '../sdk/common/SysConst';\r\n@Component\r\nexport default class InsAdmin extends Vue {\r\n private opened: Boolean = false;\r\n loginAdmin () {\r\n window.open(AdminLoginUrl, '_blank');\r\n }\r\n mounted () {\r\n console.log('admin mounted');\r\n if (AutoOpenAdmin) {\r\n // window.open(AdminLoginUrl, '_blank');\r\n window.location.href = AdminLoginUrl;\r\n this.opened = true;\r\n } else {\r\n }\r\n }\r\n}\r\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??ref--14-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./admin.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/@vue/cli-plugin-typescript/node_modules/ts-loader/index.js??ref--14-3!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./admin.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./admin.vue?vue&type=template&id=05dd5290&\"\nimport script from \"./admin.vue?vue&type=script&lang=ts&\"\nexport * from \"./admin.vue?vue&type=script&lang=ts&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}