bugfix: 参数拼接

This commit is contained in:
2026-04-15 15:21:45 +08:00
parent ce0f9f0bbf
commit 646ecd072c

View File

@@ -125,7 +125,7 @@ export default defineComponent({
// 如果是dev环境把域名换成http://192.168.31.198
if (import.meta.env.VITE_APP_BASE_URL === "https://develop.api.aida.com.hk") {
url += "&env=dev"
url += "?env=dev"
}
window.open(url, "_blank")