新增常见问题,,调整网页地址

This commit is contained in:
2024-07-22 16:08:46 +08:00
parent 00384d7382
commit 526e775cd8
7 changed files with 41 additions and 33 deletions

View File

@@ -55,7 +55,7 @@ export function getConfigByEnv() {
break;
// 正式版
case 'release':
api = "https://zgd.hbhcbn.com/wxApi"
api = "https://zgd.hbhcbn.com/api"
break;
}
return { api, }