seajs.config({ base: '/static/group_assets/js/', // 璺緞閰嶇疆 paths: { 'public': '/static/public/js' }, // 鍒悕閰嶇疆 alias: { //'jquery' : 'public/jquery.js', 'common': 'common.js', 'share' : 'share.js', 'video' : 'video.js', 'swiper': 'plugin/swiper/swiper.min.js', 'scrolloverflow': 'plugin/fullpage/scrolloverflow.min.js', 'fullPage': 'plugin/fullpage/jquery.fullPage.min.js', 'mousewheel': 'plugin/jquery.mousewheel.min.js', 'lazyload': 'plugin/jquery.lazyload.min.js', 'home': 'index.js', }, // 鏄犲皠閰嶇疆 map: [ // 娣诲姞鐗堟湰鍙 [/(.*?)(\.js)$/i , '$1.js?v=' + version] ], // 璋冭瘯妯″紡 debug: true, // 鏂囦欢缂栫爜 charset: 'utf-8' });