support upload file from clipboard

This commit is contained in:
RockYang
2024-07-17 10:23:02 +08:00
parent 82fe9c3596
commit b7bec8ecb7
9 changed files with 59 additions and 16 deletions

View File

@@ -241,8 +241,8 @@ watch(() => props.show, (newValue) => {
const login = ref(true)
const data = ref({
username: "",
password: "",
username: process.env.VUE_APP_USER,
password: process.env.VUE_APP_PASS,
repass: "",
code: "",
invite_code: ""