Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit eb97eb5

Browse files
committed
配置热更新未解决,隐藏相关ui, 并提示重启容器
1 parent cfeb82c commit eb97eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/debug/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function restart() {
6969
<!-- E 重置数据 -->
7070

7171
<!-- S 重启程序 -->
72-
<el-col :xs="24" :sm="12" :lg="8">
72+
<el-col :xs="24" :sm="12" :lg="8" style="display: none">
7373
<el-card shadow="hover">
7474
<template #header>
7575
<div class="card-header">

src/store/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const configStore = defineStore('config', () => {
1717

1818
if (message === 'Success') {
1919
ElMessage({
20-
message: '保存成功!',
20+
message: '保存成功, 请重启容器以应用新的配置!',
2121
type: 'success',
2222
});
2323
} else {

0 commit comments

Comments
 (0)