import Api from "~/service/Api"; export default class Office{ constructor () { this.data = { wlogofil:"", // Logofile for Logo on the wall .wlogofil mlogofil:"", // Logofile for Logo on the manual .mlogofil cfgfil:{ drwtxt1:"", // Drawer text .cfgfil.drwtxt1 drwtxt2:"", // Drawer text .cfgfil.drwtxt2 drwtxt3:"", // Drawer text .cfgfil.drwtxt3 drwtxt4:"", // Drawer text .cfgfil.drwtxt4 drwtxt5:"", // Drawer text .cfgfil.drwtxt5 drwtxt7:"", // Drawer text .cfgfil.drwtxt7 drwtxt8:"", // Drawer text .cfgfil.drwtxt8 drwtxt9:"", // Drawer text .cfgfil.drwtxt9 drwtxt10:"", // Drawer text .cfgfil.drwtxt10 drwtxt11:"", // Drawer text .cfgfil.drwtxt11 drwtxt12:"", // Drawer text .cfgfil.drwtxt12 }, dattd:"", // date today .dattd envhost:"", // environment - current Application-Host .envhost envhost1:"", // environment - current Application-Host 2nd part .envhost1 envcli:"", // environment - current Client .envcli envcli1:"", // environment - current Client 2nd part .envcli1 envtxt:"", // environment empty when master env used .envtxt envtxt1:"", // environment - second line for names > 25 char .envtxt1 envtxt2:"", // environment empty when master env used .envtxt2 hotdel:"", // hotspot garbage .hotdel hotdr1l:"", // hotspot drawer 1 left .hotdr1l hotexi:"", // Hotspot exit .hotexi hotfil1:"", // hotspot file for picking up items 1 .hotfil1 hotfil2:"", // hotspot file for picking up items 2 .hotfil2 hotfil3:"", // hotspot file for picking up items 3 .hotfil3 hotdr2l:"", // hotspot drawer 2 left .hotdr2l hotdr3l:"", // hotspot drawer 3 left .hotdr3l hotdr4l:"", // hotspot drawer 4 left .hotdr4l hotdr5l:"", // hotspot drawer 5 left .hotdr5l hotdr1r:"", // hotspot drawer 1 right .hotdr1r hotdr2r:"", // hotspot drawer 2 right .hotdr2r hotdr3r:"", // hotspot drawer 3 right .hotdr3r hotdr4r:"", // hotspot drawer 4 right .hotdr4r hotdr5r:"", // hotspot drawer 5 right .hotdr5r hotdr6r:"", // hotspot drawer 6 right .hotdr6r hotstd:"", // hotspot static data .hotstd hotsta:"", // hotspot statistics .hotsta hotrat:"", // hotspot rates .hotrat hotadr:"", // hotspot address .hotadr hotreg:"", // hotspot registration .hotreg hotinf1:"", // hotspot info .hotinf1 hotinf2:"", // hotspot info .hotinf2 hotinf3:"", // hotspot info .hotinf3 hotman:"", // hotspot manual .hotman hotcalc:"", // hotspot calculator .hotcalc hotrel:"", // hotspot release .hotrel hotrel1:"", // hotspot release .hotrel1 hotrel2:"", // hotspot release .hotrel2 hotrel3:"", // hotspot release .hotrel3 hotdia:"", // hotspot diary .hotdia hotavi:"", // Hotspot to start video .hotavi hotwdg:"", // hotspot watchdog .hotwdg hotque:"", // hotspot queue selection .hotque hotsca:"", // hotspot Scan image .hotsca pageId: "" // ctx的key } } }