add
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user