Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_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
mobile
gmalpha_flutter
Commits
430635fd
Commit
430635fd
authored
Feb 23, 2019
by
ouxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflicts
parent
0221e2f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
14 deletions
+7
-14
main.dart
lib/main.dart
+7
-10
ALServers.dart
lib/services/ALServers.dart
+0
-4
No files found.
lib/main.dart
View file @
430635fd
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
<<<<<<<
HEAD
import
'testPage/battery.dart'
;
import
'testPage/assetsChannel.dart'
;
import
'testPage/layoutTest.dart'
;
import
'testPage/animationTest.dart'
;
import
'testPage/netWorkTest.dart'
;
import
'hybrid_stack/hybrid_stack_manager_plugin.dart'
;
import
'hybrid_stack/hybrid_stack_manager_plugin.dart'
;
import
'app_config.dart'
;
import
'app_config.dart'
;
import
'my_app.dart'
;
import
'my_app.dart'
;
...
@@ -21,14 +25,8 @@ void main() async {
...
@@ -21,14 +25,8 @@ void main() async {
url:
args
[
"url"
],
query:
args
[
"query"
],
params:
args
[
"params"
]);
url:
args
[
"url"
],
query:
args
[
"query"
],
params:
args
[
"params"
]);
Router
.
sharedInstance
().
pushPageWithOptionsFromFlutter
(
Router
.
sharedInstance
().
pushPageWithOptionsFromFlutter
(
routeOption:
routeOption
,
animated:
false
);
routeOption:
routeOption
,
animated:
false
);
=======
}
import
'testPage/battery.dart'
;
}
import
'testPage/assetsChannel.dart'
;
import
'testPage/layoutTest.dart'
;
import
'testPage/animationTest.dart'
;
import
'testPage/netWorkTest.dart'
;
void
main
(
)
=>
runApp
(
MyApp
());
class
MyApp
extends
StatelessWidget
{
class
MyApp
extends
StatelessWidget
{
@override
@override
...
@@ -55,7 +53,6 @@ class MyApp extends StatelessWidget {
...
@@ -55,7 +53,6 @@ class MyApp extends StatelessWidget {
Widget
assetsChannelPage
(
BuildContext
context
)
{
Widget
assetsChannelPage
(
BuildContext
context
)
{
return
AssestPlatformChannel
();
return
AssestPlatformChannel
();
>>>>>>>
ouxiang_dev
}
}
Widget
layoutTestPage
(
BuildContext
context
)
{
Widget
layoutTestPage
(
BuildContext
context
)
{
...
...
lib/services/ALServers.dart
View file @
430635fd
...
@@ -26,11 +26,7 @@ class ALServers {
...
@@ -26,11 +26,7 @@ class ALServers {
static
const
String
API_ACCOUNT_REGISTER
=
'/api/account/register'
;
// 用户注册
static
const
String
API_ACCOUNT_REGISTER
=
'/api/account/register'
;
// 用户注册
static
const
String
API_ACCOUNT_GETVFC
=
'/api/account/get_vfc'
;
// 获取验证码
static
const
String
API_ACCOUNT_GETVFC
=
'/api/account/get_vfc'
;
// 获取验证码
static
const
String
API_ACCOUNT_THIRDPART
=
'/api/account/thirdparty_login'
;
// 三方账户登录
static
const
String
API_ACCOUNT_THIRDPART
=
'/api/account/thirdparty_login'
;
// 三方账户登录
<<<<<<<
HEAD
static
const
String
API_ACCOUNT_SUGGESTION
=
"/api/v1/suggestion"
;
// 意见与建议
static
const
String
API_ACCOUNT_SUGGESTION
=
"/api/v1/suggestion"
;
// 意见与建议
=======
>>>>>>>
ouxiang_dev
// HOST
// HOST
}
}
// HOST
// HOST
...
...
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