Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-02-11 17:03:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
72abfdc3597b80de087c5c5a314b3356a5140164
72abfdc3
1 parent
c05ca8cd
【需求】再次获取token
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/auto_track/config/queue.dart
lib/auto_track/config/queue.dart
View file @
72abfdc
...
...
@@ -107,6 +107,7 @@ class AutoTrackQueue {
}
String
?
token
=
config
.
token
;
if
(
token
==
null
)
{
AutoTrackConfigManager
.
instance
.
getToken
(
true
);
return
;
}
if
(
host
!=
null
)
{
...
...
Please
register
or
login
to post a comment