| | |
| | | import Vue from 'vue' |
| | | Vue.config.productionTip = false |
| | | Vue.prototype.baseHttp = 'http://' |
| | | Vue.prototype.baseUrl = '/jkwcs' |
| | | Vue.prototype.baseUrl = '/bfwcs' |
| | | App.mpType = 'app' |
| | | const app = new Vue({ |
| | | ...App |
| | |
| | | }, |
| | | method:'GET', |
| | | success(result) { |
| | | // console.log(result); |
| | | res = result.data |
| | | if (res.data && res.data !== "") { |
| | | that.errorMsg = res.data |
| | |
| | | }, |
| | | method:'GET', |
| | | success(result) { |
| | | console.log(result); |
| | | res = result.data |
| | | if(res.data && res.data !== null) { |
| | | // that.move = false |
| | |
| | | url: that.commonUrl + "/monitor/line/charts", |
| | | method:'GET', |
| | | success(result) { |
| | | // console.log(result) |
| | | var res = result.data |
| | | if (res.code === 200) { |
| | | that.chartsData.Line.categories = [ |