酒店预订平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
304 B

  1. define([], function () {
  2. require.config({
  3. paths: {
  4. 'async': '../addons/example/js/async',
  5. 'BMap': ['//api.map.baidu.com/api?v=2.0&ak=mXijumfojHnAaN2VxpBGoqHM'],
  6. },
  7. shim: {
  8. 'BMap': {
  9. deps: ['jquery'],
  10. exports: 'BMap'
  11. }
  12. }
  13. });
  14. });