default url prefix

This commit is contained in:
cxc
2023-02-13 17:29:41 +08:00
parent 730a93c4d3
commit f4f1101009
3 changed files with 5 additions and 3 deletions

View File

@ -263,7 +263,9 @@ const goLogList = (suffix: string) => {
});
};
const reset = () => {
form.value = {};
form.value = {
urlPrefix: "https://chuhuankj.com",
};
if (formRef.value) {
formRef.value.resetFields();
}