Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
44483341507dd0daa13124787c740c98ce5189bb
1 parent
605d5821
shop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
doraemon/views/layout.hbs
doraemon/views/layout.hbs
View file @
4448334
...
...
@@ -24,9 +24,17 @@
</script>
{{/if}}
{{#if
devEnv
}}
{{#if
shopPage
}}
<link
rel=
"stylesheet"
href=
"//
{{
devHost
}}
:5001/css/shop.css"
>
{{^}}
<link
rel=
"stylesheet"
href=
"//
{{
devHost
}}
:5001/css/index.css"
>
{{/if}}
{{^}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/m-yohobuy-node/
{{
version
}}
/index.css"
>
{{#if
shopPage
}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/m-yohobuy-node/
{{
version
}}
/shop.css"
>
{{^}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/m-yohobuy-node/
{{
version
}}
/index.css"
>
{{/if}}
{{/if}}
<link
rel=
"apple-touch-icon-precomposed"
href=
"http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"
>
<link
rel=
"apple-touch-startup-image"
sizes=
"640x920"
href=
"http://static.yohobuy.com/m/v1/img/startup/startup-retina.png"
media=
"screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"
>
...
...
Please
register
or
login
to post a comment