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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-10-15 20:05:04 +0800
Commit
a01315f885f5012553f036f3ffe25dad550aa89d
1 parent
1b541b26
env variable
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
7 deletions
template/m.yohobuy.com/partials/layout/footer.phtml
template/m.yohobuy.com/partials/layout/header.phtml
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
a01315f
{
{>
layout/page_footer
}
}
<script
src=
"http://localhost:8000/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8000/'
}
);
</script>
{
{#if
rlsEnv
}
}
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/myohobuy/{{version}}/lib.js"
>
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/myohobuy/{{version}}/index.js"
>
{
{/if
}
}
{
{#if
rlsEnv
}
}
{
{/if
}
}
{
{#if
devEnv
}
}
<script
src=
"http://localhost:8000/static/js/sea.js?nowrap"
></script>
<script>
seajs.config(
{
base:
'http://localhost:8000/'
}
);
</script>
{
{/if
}
}
{
{>
layout/use
}
}
</body>
</html>
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/header.phtml
View file @
a01315f
...
...
@@ -22,7 +22,17 @@
}());
})(
document
,
window
);
</script>
<link
rel=
"stylesheet"
href=
"http://static.dev.yohobuy.com/css/index.css"
>
{{#if rlsEnv}}
<link
rel=
"stylesheet"
href=
"http://cdn.yoho.cn/myohobuy/{{version}}/index.css"
>
{{/if}}
{{#if rlsEnv}}
{{/if}}
{{#if devEnv}}
<link
rel=
"stylesheet"
href=
"http://static.dev.yohobuy.com/css/index.css"
>
{{/if}}
</head>
<body
{{#
if
isPassportPage
}}
class=
passport-body{{/if}}
>
{{> layout/page_header}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment