|
@@ -63,7 +63,7 @@ export default {
|
|
|
const res = await activestop();
|
|
|
if (res) {
|
|
|
console.log(res);
|
|
|
-
|
|
|
+
|
|
|
this.$message({
|
|
|
type: "success",
|
|
|
message: '停止成功',
|
|
@@ -86,7 +86,7 @@ export default {
|
|
|
const res = await getrestore();
|
|
|
if (res) {
|
|
|
console.log(res);
|
|
|
-
|
|
|
+
|
|
|
this.$message({
|
|
|
type: "success",
|
|
|
message: '恢复成功',
|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
padding-left: 20px;
|
|
|
margin-right: 35px;
|
|
|
img {
|
|
|
- width: 206px;
|
|
|
+ width: 310px;
|
|
|
height: 26.5px
|
|
|
}
|
|
|
}
|