Update production deployment references

This commit is contained in:
2569718930@qq.com
2026-06-14 23:13:37 +08:00
parent e909f1f4c9
commit ef21a5808e
11 changed files with 22 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
const DEFAULT_CONFIG = {
apiBase: "https://polyweather-pro.vercel.app",
siteBase: "https://polyweather-pro.vercel.app",
apiBase: "https://polyweather.top",
siteBase: "https://polyweather.top",
authToken: "",
selectedCity: ""
};