@@ -22,9 +22,9 @@
<icon-lock />
</template>
</a-input-password>
- <template #extra>
+ <!-- <template #extra>
<div>已为您填充默认密码:ctbu123456</div>
- </template>
+ </template> -->
</a-form-item>
<a-form-item>
<a-space>
@@ -98,7 +98,7 @@ GetNotice()
const form = reactive({
username: '',
- password: 'ctbu123456',
+ password: '',
})
const loading = ref(false)