mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 14:54:43 +08:00
fix: 修复点击默认配置报错的BUG
This commit is contained in:
parent
f548080fea
commit
6209472fb2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const getNginx = async () => {
|
|||
|
||||
const getDefaultConfig = async () => {
|
||||
loading.value = true;
|
||||
const res = await GetAppDefaultConfig('nginx');
|
||||
const res = await GetAppDefaultConfig('openresty');
|
||||
content.value = res.data;
|
||||
useOld.value = true;
|
||||
loading.value = false;
|
||||
|
|
Loading…
Reference in a new issue