- Gallery: added deleting images.
This commit is contained in:
@@ -43,7 +43,8 @@ export default class Newsletter extends MixinBase {
|
||||
|
||||
public async mounted() {
|
||||
await this.load()
|
||||
this.tab = tools.getCookie('formnews', 'check')
|
||||
// this.tab = tools.getCookie('formnews', 'check')
|
||||
this.tab = this.$route.params.idparam
|
||||
this.emailtextheader = this.getValDb('EMAIL_TEXT', true)
|
||||
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
accept=".jpg, image/*"
|
||||
:url="tools.geturlupload()+`/gallery_home`"
|
||||
:headers="tools.getheaders()"
|
||||
max-file-size=2000000
|
||||
:max-file-size="2000000"
|
||||
multiple
|
||||
style="max-width: 300px"
|
||||
></q-uploader>
|
||||
@@ -16,7 +16,7 @@
|
||||
accept=".jpg, image/*"
|
||||
:url="tools.geturlupload()+`/img`"
|
||||
:headers="tools.getheaders()"
|
||||
max-file-size=1000000
|
||||
:max-file-size="1000000"
|
||||
multiple
|
||||
style="max-width: 300px"
|
||||
></q-uploader>
|
||||
|
||||
Reference in New Issue
Block a user