Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
gm_flutter
Commits
af88d23c
Commit
af88d23c
authored
Jul 07, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit
parent
86560442
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
4 deletions
+2
-4
LevelOnePage.dart
lib/ClueModel/page/levelOne/LevelOnePage.dart
+0
-1
LevelTwoPage.dart
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
+0
-1
PlanPage.dart
lib/ClueModel/page/plan/PlanPage.dart
+0
-1
TopPage.dart
lib/ClueModel/page/top/TopPage.dart
+0
-1
main.dart
lib/main.dart
+2
-0
No files found.
lib/ClueModel/page/levelOne/LevelOnePage.dart
View file @
af88d23c
...
@@ -53,7 +53,6 @@ class LevelOneState extends BaseState<LevelOnePage>
...
@@ -53,7 +53,6 @@ class LevelOneState extends BaseState<LevelOnePage>
@override
@override
void
initState
()
{
void
initState
()
{
DioUtil
.
getInstance
().
setProxy
(
"172.30.8.245"
);
super
.
initState
();
super
.
initState
();
_model
.
plan_id
=
widget
.
planId
;
_model
.
plan_id
=
widget
.
planId
;
_model
.
init
(()
{
_model
.
init
(()
{
...
...
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
View file @
af88d23c
...
@@ -53,7 +53,6 @@ class LevelTwoState extends BaseState<LevelTwoPage>
...
@@ -53,7 +53,6 @@ class LevelTwoState extends BaseState<LevelTwoPage>
@override
@override
void
initState
()
{
void
initState
()
{
DioUtil
.
getInstance
().
setProxy
(
"172.30.8.245"
);
super
.
initState
();
super
.
initState
();
_model
.
plan_id
=
widget
.
planId
;
_model
.
plan_id
=
widget
.
planId
;
_model
.
init
(()
{
_model
.
init
(()
{
...
...
lib/ClueModel/page/plan/PlanPage.dart
View file @
af88d23c
...
@@ -57,7 +57,6 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
...
@@ -57,7 +57,6 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
@override
@override
void
initState
()
{
void
initState
()
{
DioUtil
.
getInstance
().
setProxy
(
"172.30.8.245"
);
super
.
initState
();
super
.
initState
();
_model
.
init
();
_model
.
init
();
planBarView
=
planBarView
=
...
...
lib/ClueModel/page/top/TopPage.dart
View file @
af88d23c
...
@@ -43,7 +43,6 @@ class TopPageState extends BaseState<TopPage> with TickerProviderStateMixin {
...
@@ -43,7 +43,6 @@ class TopPageState extends BaseState<TopPage> with TickerProviderStateMixin {
@override
@override
void
initState
()
{
void
initState
()
{
DioUtil
.
getInstance
().
setProxy
(
"172.30.8.245"
);
_model
.
rank_type
=
widget
.
rank_type
;
_model
.
rank_type
=
widget
.
rank_type
;
init
();
init
();
super
.
initState
();
super
.
initState
();
...
...
lib/main.dart
View file @
af88d23c
...
@@ -94,6 +94,8 @@ class MyApp extends State<MyAppWidget> {
...
@@ -94,6 +94,8 @@ class MyApp extends State<MyAppWidget> {
@override
@override
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
WindowUtil
.
setBarStatus
(
true
);
WindowUtil
.
setBarStatus
(
true
);
CacheManager
.
getInstance
().
get
(
MEMORY_CACHE
).
save
(
COOKIE
,
"_gm_token=1da6071594101423; csrftoken=rUrkkYYMOVZfIIQnU2IH09QIGmsfe8tE; sessionid=uz7f70uap76r6og48znci5l2hbr9vm5c; _gtid=5af9a5deba8511ea8d4082a085c393c93393"
);
return
MaterialApp
(
return
MaterialApp
(
theme:
ThemeData
(
theme:
ThemeData
(
primaryColor:
Colors
.
white
,
primaryColor:
Colors
.
white
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment