@@ -464,7 +464,10 @@ export default {
process.env.NODE_ENV !== "development"
) {
location.replace(
- "https://www.xyyxt.net/?ask_type=" + window.location.host
+ "https://" +
+ window.location.host +
+ "/?ask_type=" +
+ window.location.host
);
}