diff --git a/oaweb/app.config.ts b/oaweb/app.config.ts index c4bdfbd..1a64611 100644 --- a/oaweb/app.config.ts +++ b/oaweb/app.config.ts @@ -7,9 +7,12 @@ export default defineAppConfig({ - id: '', + // host: window.location.protocol + '//' + window.location.host, + host: '', + id: 'FR9P5t8debxc11aFF', layout: { theme: '', + fullscreen: false, size: [0, 0], header_height: 80, footer_height: 16, diff --git a/oaweb/app.vue b/oaweb/app.vue index 8933266..3497253 100644 --- a/oaweb/app.vue +++ b/oaweb/app.vue @@ -1,4 +1,5 @@