Site Configuration by Server Params (confsites and confpages)

This commit is contained in:
Surya Paolo
2022-11-28 14:00:15 +01:00
parent fab0dbbb72
commit 58dc1dfdcc
76 changed files with 2504 additions and 5004 deletions

View File

@@ -20,7 +20,8 @@ export default defineComponent({
props: {
showregbutt: {
type: Boolean,
required: true,
required: false,
default: false,
},
},
setup(props, { emit }) {
@@ -35,6 +36,8 @@ export default defineComponent({
const loading = ref(false)
const site = ref(globalStore.site)
const myForm = ref(null)
const iswaitingforRes = ref(false)
@@ -151,6 +154,7 @@ export default defineComponent({
signin,
getlinkforgetpwd,
myForm,
site,
}
},
})