Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
8e530c02fc2f32c5d4210907bcd9beb4a9127cda
1 parent
dffbde8a
移除 yohobuy 信息
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
config/common.js
public/webpack.config.js
config/common.js
View file @
8e530c0
...
...
@@ -70,7 +70,7 @@ module.exports = {
if
(
isProduction
)
{
Object
.
assign
(
module
.
exports
,
{
appName
:
'm.yohob
uy
.com'
,
appName
:
'm.yohob
lk
.com'
,
domains
:
{
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://service.yoho.yohoops.org/'
...
...
@@ -87,7 +87,7 @@ if (isProduction) {
});
}
else
if
(
isTest
)
{
Object
.
assign
(
module
.
exports
,
{
appName
:
'm.yohob
uy
.com for test'
,
appName
:
'm.yohob
lk
.com for test'
,
domains
:
{
api
:
'http://testapi.yoho.cn:28078/'
,
service
:
'http://testservice.yoho.cn:28077/'
...
...
public/webpack.config.js
View file @
8e530c0
...
...
@@ -23,6 +23,7 @@ shelljs.ls(path.join(__dirname, 'js/**/*.page.js')).forEach((f) => {
entries
[
`
$
{
dir
[
0
]}.
$
{
dir
[
1
].
match
(
/
(
.*
)
.page.js/
)[
1
]}
`
]
=
`
.
/
js
/
$
{
dir
.
join
(
'/'
)}
`
;
entries
.
libs
=
[
'yoho-jquery'
,
'yoho-vue'
,
'yoho-fastclick'
,
'yoho-iscroll'
,
'yoho-jquery-lazyload'
,
...
...
Please
register
or
login
to post a comment