Showing
2 changed files
with
12 additions
and
1 deletions
partials/common/environment_hk_js.html
0 → 100644
1 | +{{# WEnvironment}} | ||
2 | + <script type="text/javascript" src="http://localhost:8000/js/util/seajs.js?nowrap"></script> | ||
3 | +{{/ WEnvironment}} | ||
4 | + | ||
5 | +{{^ WEnvironment}} | ||
6 | + <script type="text/javascript" src="http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_hk.js"></script> | ||
7 | + <script type="text/javascript" src="http://cmsres.test.yoho.cn/res/new/girls/index.js"></script> | ||
8 | + <script type="text/javascript"> | ||
9 | + seajs.use("index"); | ||
10 | + </script> | ||
11 | +{{/ WEnvironment}} |
-
Please register or login to post a comment