1
0
This commit is contained in:
2024-08-03 18:48:45 +09:00
parent 9950d6b119
commit be18506a1e

View File

@@ -971,7 +971,7 @@ export default {
term_status: false,
sort_key: "",
mount_google_md: false,
planet_url: "https://yui.syui.ai/pkg/planet",
planet_url: "/planet/index.html",
}
},
filters: {
@@ -989,7 +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";
//this.planet_url = "http://localhost:3000";
} else if (window.location.host === "192.168.11.12:8080"){
this.api_url = "/api/";
} else {