diff --git a/partials/common/environment320_css.html b/partials/common/environment320_css.html
index 5d9a29b..e13a2df 100644
--- a/partials/common/environment320_css.html
+++ b/partials/common/environment320_css.html
@@ -8,5 +8,5 @@
     <link rel="stylesheet" type="text/css" href="http://res.previewboys.yoho.cn/res/new/girls/css/mobile.css"/>
 {{/ prevEnvironment}}
 {{# prodEnvironment}}
-    <link rel="stylesheet" type="text/css" href="http://rescdn.yohoboys.com/res/new/girls/css/mobile.css"/>
+    <link rel="stylesheet" type="text/css" href="http://cdn.yoho.cn/yohogirls-frontend-mobile/2.0.1/mobile.css"/>
 {{/ prodEnvironment}}
\ No newline at end of file
diff --git a/partials/common/environment320_js.html b/partials/common/environment320_js.html
index 7b25fe3..0c13b24 100644
--- a/partials/common/environment320_js.html
+++ b/partials/common/environment320_js.html
@@ -10,6 +10,5 @@
 <script type="text/javascript" src="http://res.previewboys.yoho.cn/res/new/girls/mobile.js"></script>
 {{/ prevEnvironment}}
 {{# prodEnvironment}}
-<script type="text/javascript" src="http://rescdn.yohoboys.com/res/new/girls/js/util/seajs.js"></script>
-<script type="text/javascript" src="http://rescdn.yohoboys.com/res/new/girls/mobile.js"></script>
+<script src="http://cdn.yoho.cn/yohogirls-frontend-mobile/2.0.1/index.min.js"></script>
 {{/ prodEnvironment}}
\ No newline at end of file
diff --git a/partials/common/script320.html b/partials/common/script320.html
index d2ac6db..f4e0598 100644
--- a/partials/common/script320.html
+++ b/partials/common/script320.html
@@ -1,6 +1,6 @@
 {{# default}}
 <script type="text/javascript">
-    seajs.use(['js/channel/home'], function (home) {
+    seajs.use(['yohogirls-frontend-mobile/2.0.1/js/channel/home'], function (home) {
         home.init();
     });
 </script>
@@ -8,7 +8,7 @@
 
 {{# magazine}}
 <script type="text/javascript">
-    seajs.use(['js/channel/magazine'], function (magazine) {
+    seajs.use(['yohogirls-frontend-mobile/2.0.1/js/channel/magazine'], function (magazine) {
         magazine.init();
     });
 </script>
@@ -16,7 +16,7 @@
 
 {{# search}}
 <script type="text/javascript">
-    seajs.use(['js/channel/search'], function (search) {
+    seajs.use(['yohogirls-frontend-mobile/2.0.1/js/channel/search'], function (search) {
         search.init();
     });
 </script>
@@ -24,7 +24,7 @@
 
 {{# writer}}
 <script type="text/javascript">
-    seajs.use(["js/channel/edit"], function(edit){
+    seajs.use(["yohogirls-frontend-mobile/2.0.1/js/channel/edit"], function(edit){
         edit.init();
     });
 
@@ -33,7 +33,7 @@
 
 {{# detail}}
 <script type="text/javascript">
-    seajs.use(['js/channel/detail'], function (detail) {
+    seajs.use(['yohogirls-frontend-mobile/2.0.1/js/channel/detail'], function (detail) {
         detail.init();
     });
 </script>
@@ -41,7 +41,7 @@
 
 {{# about}}
 <script type="text/javascript">
-    seajs.use(['js/channel/feedback'], function (feedback) {
+    seajs.use(['yohogirls-frontend-mobile/2.0.1/js/channel/feedback'], function (feedback) {
         feedback.init();
     });
 </script>
diff --git a/partials/layout/footer320.html b/partials/layout/footer320.html
index e040b42..3fa1f4b 100644
--- a/partials/layout/footer320.html
+++ b/partials/layout/footer320.html
@@ -18,7 +18,7 @@
 </div>
 {{> common/environment320_js}}
 <script type="text/javascript">
-seajs.use(['js/common'], function (common) 
+seajs.use(['yohogirls-frontend-mobile/2.0.1/js/common'], function (common)
 {
     common.init();
 });
diff --git a/partials/layout/footer_hk320.html b/partials/layout/footer_hk320.html
index 22cb2f5..432cf17 100644
--- a/partials/layout/footer_hk320.html
+++ b/partials/layout/footer_hk320.html
@@ -18,7 +18,7 @@
 </div>
 {{> common/environment320_js}}
 <script type="text/javascript">
-seajs.use(['js/common'], function (common) 
+seajs.use(['yohogirls-frontend-mobile/2.0.1/js/common'], function (common)
 {
     common.init();
 });