You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
/**
|
|
* Created by jsbfec on 2017/8/14.
|
|
*/
|
|
require.config({
|
|
baseUrl: '/xcxpc/assets/',
|
|
urlArgs:'_='+new Date().getTime(),
|
|
shim: {
|
|
"bootstrap": {"deps": ['jquery']},
|
|
"swiper": {"deps": ['jquery'],"exports": 'Swiper'},
|
|
"mixins":{"deps":['jquery']},
|
|
"quDong": {"deps": ['jquery','mixins']},
|
|
"bootstrapValidator":{
|
|
"deps":['jquery','bootstrap']
|
|
},
|
|
"formjs":{
|
|
"deps":['jquery']
|
|
}
|
|
},
|
|
paths: {
|
|
|
|
jquery: ['//cdn.bootcss.com/jquery/1.11.1/jquery.min','statics/jquery/1.11.1/jquery.min'],
|
|
bootstrap: ['//cdn.bootcss.com/bootstrap/3.3.2/js/bootstrap.min','statics/bootstrap/bootstrap.min'],
|
|
bootstrapValidator:'statics/bootstrapvalidator/js/bootstrapValidator.min',
|
|
swiper: 'statics/swiper/swiper.min',
|
|
formjs:'statics/formjs/jquery.form.min',
|
|
mixins:'js/app/mixins',
|
|
quDong:'js/app/qudong-plugin',
|
|
login:'js/app/login',
|
|
api:'js/app/api',
|
|
mainMenu:'js/app/mainMenu',
|
|
siderBar:'js/app/siderBar',
|
|
|
|
},
|
|
map:{
|
|
//'*':{
|
|
// 'jquery':['//cdn.bootcss.com/jquery/1.11.1/jquery.min','statics/jquery/1.11.1/jquery.min']
|
|
//}
|
|
}
|
|
});
|
|
|
|
|