This commit is contained in:
vipg
2025-11-15 18:01:31 +08:00
parent 03f14394e5
commit 5c71c93eee
2 changed files with 11 additions and 2 deletions

View File

@@ -43,7 +43,8 @@ class _AddExchangePageState extends State<AddExchangePage> {
}
// 准备请求数据
const baseUrl = 'https://api.fishestlife.com';
// const baseUrl = 'https://api.fishestlife.com';
const baseUrl = 'http://localhost:20010';
const path = '/exchange/create';
final url = '$baseUrl$path';