Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
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
happyhour7@163.com
10 years ago
Commit
a9bc01cb492a55f8d805de68711b7564755ff8cf
1 parent
2a8151ee
解决BUG5440
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
partials/common/environment_js.html
partials/common/environment_js.html
View file @
a9bc01c
...
...
@@ -2,7 +2,7 @@
<script
type=
"text/javascript"
src=
"http://localhost:8000/js/util/seajs.js?nowrap"
></script>
{{/ devEnvironment}}
{{
^
prevEnvironment}}
{{
#
prevEnvironment}}
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
...
...
@@ -13,7 +13,7 @@
{{
^
testEnvironment}}
{{
#
testEnvironment}}
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
...
...
@@ -21,7 +21,7 @@
</script>
{{/ testEnvironment}}
{{
^
prodEnvironment}}
{{
#
prodEnvironment}}
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://res.previewboys.yoho.cn/res/new/girls/index.js"
></script>
<script
type=
"text/javascript"
>
...
...
Please
register
or
login
to post a comment