@@ -1,6 +1,6 @@
export default {
- // serverAddress: 'http://115.238.57.190:8010',
- serverAddress: 'http://121.36.134.218:8010',
+ serverAddress: 'http://115.238.57.190:8010',
+ // serverAddress: 'http://121.36.134.218:8010',
timeout:50000,
method:'POST',
clientid:1,//客户端编号
@@ -28,6 +28,7 @@
</span>
</el-tree>
</section>
+
<el-dialog :title="title.title" :visible.sync="showDialog">
<el-row type="flex">
@@ -19,7 +19,6 @@ export default {
created() {},
watch: {
option(nVal, oVal) {
-
this.optionKeys = Object.keys(this.option);
this.series = [];
Object.keys(this.option).forEach(key => {