| | |
| | | getDevInfo,
|
| | | } from "@/api/system";
|
| | |
|
| | | import cloudNode from "../components/CloudNode";
|
| | | // import cloudNode from "../components/CloudNode";
|
| | | import ipInput from "@/components/subComponents/IPInput";
|
| | | import { isIPv4 } from "@/scripts/validate";
|
| | | import switchBar from "../components/switchBar";
|
| | |
| | | };
|
| | | },
|
| | | components: {
|
| | | cloudNode,
|
| | | // cloudNode,
|
| | | ipInput,
|
| | | switchBar,
|
| | | },
|
| | |
| | | this.$refs["leftbar"][i].style.color = "white";
|
| | | },
|
| | | saveWire(ifname) {
|
| | | debugger;
|
| | | let data = {
|
| | | ip: this.wireForm.ip,
|
| | | gateway: this.wireForm.gateway,
|