Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
ForFun
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
796f349d
...
796f349df19370f827da09f2ab37ebecb1fc85c4
authored
2020-05-08 16:23:08 +0800
by
金学艇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决游戏不能下载问题
1 parent
a5f40098
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/org/cocos2dx/javascript/common/MelodyApplication.java
build/jsb-link/frameworks/runtime-src/proj.android-studio/app/src/org/cocos2dx/javascript/common/MelodyApplication.java
View file @
796f349
...
...
@@ -24,7 +24,7 @@ public class MelodyApplication extends TopdrawApplication {
public
static
AppActivity
appActivity
;
public
static
boolean
authResult
=
false
;
private
static
MelodyApplication
app
;
public
static
String
TOPDRAW_API_PATH
=
"http://
demo.cloud.api.findfun.topdraw.cn:38081/find
fun"
;
public
static
String
TOPDRAW_API_PATH
=
"http://
sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/for
fun"
;
private
Handler
mHandler
=
new
Handler
();
...
...
Please
register
or
sign in
to post a comment