{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\Monitor\\Tomcatmonitor.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\views\\system\\Monitor\\Tomcatmonitor.vue","mtime":1675071993210},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\nimport portal from '@/api/portal.js';\nexport default {\n  data: function data() {\n    return {\n      msg: '2021年06月16日 10时05分16秒',\n      tableData: [],\n      currpage: 1,\n      pagesize: 10,\n      loading: true\n    };\n  },\n  created: function created() {\n    this.loadRedisInfo();\n  },\n  methods: {\n    loadRedisInfo: function loadRedisInfo() {\n      var _this = this;\n\n      portal.getTomact().then(function (res) {\n        _this.tableData = res;\n        _this.loading = false;\n      });\n    },\n    handleSizeChange: function handleSizeChange(val) {\n      this.pagesize = val;\n    },\n    handleCurrentChange: function handleCurrentChange(val) {\n      this.currpage = val;\n    },\n    load: function load() {\n      this.loadRedisInfo();\n    }\n  }\n};",null]}