feat:增加途经点,完善规划,导航;
This commit is contained in:
@@ -24,6 +24,7 @@ class TokenInterceptor extends Interceptor {
|
||||
if (!options.headers.containsKey(tokenKey)) {
|
||||
// 使用我们自定义的 key 添加 token
|
||||
options.headers[tokenKey] = token;
|
||||
print("head.token: $token");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user