new: 添加pnpm-lock文件

This commit is contained in:
乾乾
2025-11-27 19:18:26 +08:00
committed by Dawn
parent 4156873463
commit fef6a3cae1
2 changed files with 8261 additions and 2 deletions

8259
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -19,8 +19,8 @@ export const useLogin = () => {
const signInLoading = ref<boolean>(false)
const formRef = ref(<InstanceType<typeof NForm>>{})
const ruleForm = reactive({
userName: '24396462341',
password: '123456',
userName: '',
password: '',
tenantName: '',
tenantId: '',
tenantUrl: ''