Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
4e4d9fc6af549dd9d5270688599e199eef38d3fc
1 parent
b26c5f0a
展览票skn更新
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
yohobuy/www.yohobuy.com/public/index-dev.php
yohobuy/www.yohobuy.com/public/index-old.php
yohobuy/www.yohobuy.com/public/index-pre.php
yohobuy/www.yohobuy.com/public/index-test.php
yohobuy/www.yohobuy.com/public/index.php
yohobuy/www.yohobuy.com/public/index-dev.php
View file @
4e4d9fc
...
...
@@ -9,7 +9,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'developer'
);
define
(
'EXHIBITION_TICKET'
,
51257
610
);
//展览票skn
define
(
'EXHIBITION_TICKET'
,
51257
8896
);
//展览票skn
#test环境
//define('API_URL', 'http://testapi.yoho.cn:28078/');
...
...
yohobuy/www.yohobuy.com/public/index-old.php
View file @
4e4d9fc
...
...
@@ -10,7 +10,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'production'
);
define
(
'EXHIBITION_TICKET'
,
51257
610
);
//展览票skn
define
(
'EXHIBITION_TICKET'
,
51257
8896
);
//展览票skn
define
(
'API_URL'
,
'http://api.yoho.yohoops.org/'
);
define
(
'SERVICE_URL'
,
'http://service.yoho.yohoops.org/'
);
...
...
yohobuy/www.yohobuy.com/public/index-pre.php
View file @
4e4d9fc
...
...
@@ -10,7 +10,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'preview'
);
define
(
'EXHIBITION_TICKET'
,
51257
610
);
//展览票skn
define
(
'EXHIBITION_TICKET'
,
51257
8896
);
//展览票skn
define
(
'API_URL'
,
'http://api.yoho.yohoops.org/'
);
define
(
'SERVICE_URL'
,
'http://service.yoho.yohoops.org/'
);
...
...
yohobuy/www.yohobuy.com/public/index-test.php
View file @
4e4d9fc
...
...
@@ -10,7 +10,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'testing'
);
define
(
'EXHIBITION_TICKET'
,
51257
610
);
//展览票skn
define
(
'EXHIBITION_TICKET'
,
51257
8896
);
//展览票skn
define
(
'API_URL'
,
'http://testapi.yoho.cn:28078/'
);
define
(
'SERVICE_URL'
,
'http://testservice.yoho.cn:28077/'
);
...
...
yohobuy/www.yohobuy.com/public/index.php
View file @
4e4d9fc
...
...
@@ -10,7 +10,7 @@ define('APPLICATION_PATH', dirname(__DIR__)); // 应用目录
define
(
'ROOT_PATH'
,
dirname
(
dirname
(
APPLICATION_PATH
)));
// 根目录
defined
(
'APPLICATION_ENV'
)
||
define
(
'APPLICATION_ENV'
,
'production'
);
define
(
'EXHIBITION_TICKET'
,
51257
610
);
//展览票skn
define
(
'EXHIBITION_TICKET'
,
51257
8896
);
//展览票skn
define
(
'API_URL'
,
'http://api.yoho.yohoops.org/'
);
define
(
'SERVICE_URL'
,
'http://service.yoho.yohoops.org/'
);
...
...
Please
register
or
login
to post a comment