Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
e211191e4863d214e79c95b8398f2368fef6c76e
2 parents
24202d83
ee91fe9e
Merge branch 'develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
yohobuy/huodong.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
View file @
e211191
...
...
@@ -117,7 +117,7 @@ class GirldayController extends HuodongAction
case
'testing'
:
// 测试
case
'develop'
:
// 开发
default
:
return
90
;
return
4
90
;
}
}
...
...
yohobuy/huodong.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
View file @
e211191
...
...
@@ -15,7 +15,7 @@ use WebPlugin\Helpers;
class
GirldayController
extends
HuodongAction
{
// const STATIC_FILE = 'http://localhost:2222/1.0.0';
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016xinshili-2-web/1.0.
0
'
;
const
STATIC_FILE
=
'http://cdn.yoho.cn/huodong/2016xinshili-2-web/1.0.
1
'
;
/**
* 检测登录状态
*
...
...
@@ -59,7 +59,7 @@ class GirldayController extends HuodongAction
case
'testing'
:
// 测试
case
'develop'
:
// 开发
default
:
return
90
;
return
4
90
;
}
}
...
...
Please
register
or
login
to post a comment