mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-14 01:34:47 +08:00
fix: 修复点击默认配置报错的BUG
This commit is contained in:
parent
f548080fea
commit
6209472fb2
@ -78,7 +78,7 @@ const getNginx = async () => {
|
|||||||
|
|
||||||
const getDefaultConfig = async () => {
|
const getDefaultConfig = async () => {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
const res = await GetAppDefaultConfig('nginx');
|
const res = await GetAppDefaultConfig('openresty');
|
||||||
content.value = res.data;
|
content.value = res.data;
|
||||||
useOld.value = true;
|
useOld.value = true;
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user