feat: 修改 OpenResty 的key 为 openresty

This commit is contained in:
zhengkunwang223
2023-02-22 17:13:08 +08:00
committed by zhengkunwang223
parent 1fa970fbc1
commit 6639192c9a
13 changed files with 66 additions and 63 deletions

View File

@@ -64,7 +64,7 @@ import { MsgSuccess } from '@/utils/message';
const props = defineProps({
appKey: {
type: String,
default: 'nginx',
default: 'openresty',
},
});