bugfix: 参数拼接
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user