Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
1bc8d6e6d958cb1ee0d9973a8b74fdc47b1c2985
1 parent
6f3a4169
ziyuanwei router
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
server/staticConfig.js
server/views/partials/footer.html
server/views/partials/header.html
server/staticConfig.js
View file @
1bc8d6e
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.0.2"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/0.0.2"
,
"md5"
:
""
}}
\ No newline at end of file
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.0"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.0"
,
"md5"
:
""
}}
\ No newline at end of file
...
...
server/views/partials/footer.html
View file @
1bc8d6e
...
...
@@ -12,7 +12,7 @@
{{/if}}
{{/if}}
<!-- <script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/0.0.2/libs.js"></script>
<script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/0.0.2/index.js"></script>
<script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/0.0.2/{{module}}.js"></script>
<!-- <script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/4.3.0/libs.js"></script>
<script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/4.3.0/index.js"></script>
<script type="text/javascript" src="http://cdn.yoho.cn/yohobuy-portal/4.3.0/{{module}}.js"></script>
-->
\ No newline at end of file
...
...
server/views/partials/header.html
View file @
1bc8d6e
...
...
@@ -5,5 +5,5 @@
<link
rel=
"stylesheet"
href=
"{{../_env.cur.path}}/index.css"
>
{{/if}}
{{/if}}
<!--
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy-portal/0.0.2/index.css"> -->
<!-- <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy-portal/4.3.0/index.css"> -->
...
...
Please
register
or
login
to post a comment