Browse Source

换名字

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@367 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 11 years ago
parent
commit
adfaedd6aa

+ 0 - 0
src/main/webapp/resources/js/index/app_mobile.js → src/main/webapp/resources/js/index/mobile.index.app.js


+ 1 - 1
src/main/webapp/resources/js/index/main_mobile.js → src/main/webapp/resources/js/index/mobile.index.main.js

@@ -30,6 +30,6 @@ require.config({
 		}
 		}
 	}
 	}
 });
 });
-require([ 'app/app_mobile' ], function(app) {
+require([ 'app/mobile.index.app' ], function(app) {
 	app.init();
 	app.init();
 });
 });