diff --git a/src/App.vue b/src/App.vue index 760e647..0e1da62 100755 --- a/src/App.vue +++ b/src/App.vue @@ -308,7 +308,7 @@
-

user : {{ user.data.username }}

+

user : {{ user.data.username }}

id : {{ user.data.id }}

did : {{ user.data.did }}

aiten : {{ user.data.aiten }}

@@ -331,7 +331,7 @@
  • -

    {{ i.username }}

    +

    {{ i.username }}

    @@ -883,7 +883,7 @@ export default { card: "", cards: "", loc: window.location.pathname.split('/').slice(-1)[0], - username: "", + username: "ai", id: "", model: "", record: "", @@ -940,6 +940,7 @@ export default { } }, mounted() { + this.username = "ai"; this.mount_google_md = false; if (window.location.host === "localhost:8080") { this.api_url = "/api/";