|
@@ -43,7 +43,7 @@ export default {
|
|
|
oddRowBGC: "#0f1325",
|
|
|
evenRowBGC: "#171c33",
|
|
|
index: true,
|
|
|
- columnWidth: [5,75,150],
|
|
|
+ columnWidth: [10,75,150],
|
|
|
align: ["center", "center", "center", "center", "center"],
|
|
|
},
|
|
|
intervalId: null,
|
|
@@ -67,8 +67,8 @@ export default {
|
|
|
token: this.token,
|
|
|
});
|
|
|
|
|
|
- const url = "http://192.168.31.105:8008/container/wcs_task/";
|
|
|
- // const url = "http://192.168.18.200:8008/container/wcs_task/";
|
|
|
+ // const url = "http://192.168.31.105:8008/container/wcs_task/";
|
|
|
+ const url = "http://192.168.18.200:8008/container/wcs_task/";
|
|
|
const response = await fetch(url, {
|
|
|
method: "GET",
|
|
|
headers: headers,
|