new: 添加pnpm-lock文件
This commit is contained in:
8259
pnpm-lock.yaml
generated
Normal file
8259
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user