fix: 修复点击默认配置报错的BUG

This commit is contained in:
zhengkunwang223 2023-03-02 14:22:12 +08:00 committed by ssongliu
parent f548080fea
commit 6209472fb2

View file

@ -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;