mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-10 19:30:25 +08:00
fix: some issue
This commit is contained in:
@@ -376,7 +376,7 @@ const autoOpenTerminal = (codePath: string) => {
|
||||
const machineCode = typeAndCodes[TagResourceTypeEnum.Machine.value][0];
|
||||
state.defaultExpendKey = [tagPath, machineCode];
|
||||
|
||||
const authCertName = typeAndCodes[TagResourceTypeEnum.PublicAuthCert.value][0];
|
||||
const authCertName = typeAndCodes[TagResourceTypeEnum.AuthCert.value][0];
|
||||
setTimeout(() => {
|
||||
// 置空
|
||||
autoOpenResourceStore.setMachineCodePath('');
|
||||
|
||||
Reference in New Issue
Block a user