From 6914de73d30dc84bc3b5bd8ebdd5206fdeadc4c1 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 3 Aug 2024 15:39:21 +0900 Subject: [PATCH] fix --- src/App.vue | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index fec2894..ccd464d 100755 --- a/src/App.vue +++ b/src/App.vue @@ -187,11 +187,43 @@
- - + + + + + + + + + + + + + + M {{ planet }} + + + + + + +
@@ -939,6 +971,7 @@ export default { term_status: false, sort_key: "", mount_google_md: false, + planet_url: "https://yui.syui.ai", } }, filters: { @@ -956,6 +989,7 @@ export default { this.mount_google_md = false; if (window.location.host === "localhost:8080") { this.api_url = "/api/"; + this.planet_url = "http://localhost:3000"; } else if (window.location.host === "192.168.11.12:8080"){ this.api_url = "/api/"; } else {