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
29709007bf57ec8e52ac86ebdb7f65777701ac4e
1 parent
03e1ab21
静态资源地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
doraemon/views/layout.hbs
doraemon/views/layout.hbs
View file @
2970900
...
...
@@ -15,9 +15,9 @@
(
function
(
d
,
c
){
var
e
=
d
.
documentElement
,
a
=
"orientationchange"
in
window
?
"orientationchange"
:
"resize"
,
b
=
function
(){
var
f
=
e
.
clientWidth
;
if
(
!
f
){
return
}
if
(
f
>=
750
){
e
.
style
.
fontSize
=
"40px"
}
else
{
e
.
style
.
fontSize
=
40
*
(
f
/
750
)
+
"px"
}};
if
(
!
d
.
addEventListener
){
return
}
b
();
c
.
addEventListener
(
a
,
b
,
false
);
d
.
addEventListener
(
"DOMContentLoaded"
,
b
,
false
)})(
document
,
window
);
</script>
{{#if
devEnv
}}
<link
rel=
"stylesheet"
href=
"//
172.16.10.123
:5004/css/index.css"
>
<link
rel=
"stylesheet"
href=
"//
localhost
:5004/css/index.css"
>
{{#
unless
noLocalCSS
}}
<link
rel=
"stylesheet"
href=
"//
172.16.10.123
:5004/
{{
module
}}
.
{{
page
}}
.css"
>
<link
rel=
"stylesheet"
href=
"//
localhost
:5004/
{{
module
}}
.
{{
page
}}
.css"
>
{{/
unless
}}
{{^}}
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/yohoblk-wap/
{{
version
}}
/index.css"
>
...
...
@@ -35,9 +35,9 @@
<script
type=
"text/javascript"
src=
"//res.wx.qq.com/open/js/jweixin-1.1.0.js"
></script>
{{/
wechatShare
}}
{{#if
devEnv
}}
<script
src=
"//
172.16.10.123
:5004/libs.js"
></script>
<script
src=
"//
localhost
:5004/libs.js"
></script>
{{#
unless
noLocalJS
}}
<script
src=
"//
172.16.10.123
:5004/
{{
module
}}
.
{{
page
}}
.js"
></script>
<script
src=
"//
localhost
:5004/
{{
module
}}
.
{{
page
}}
.js"
></script>
{{/
unless
}}
{{^}}
<script
src=
"//cdn.yoho.cn/yohoblk-wap/
{{
version
}}
/libs.js"
></script>
...
...
Please
register
or
login
to post a comment