mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
15 lines
199 B
JavaScript
15 lines
199 B
JavaScript
requirejs.config({
|
|
baseUrl: 'js'
|
|
});
|
|
|
|
|
|
requirejs([
|
|
'lib/zepto_pj',
|
|
'home/map',
|
|
'lib/underscore',
|
|
'home/dashboard',
|
|
'home/router'
|
|
],
|
|
function(zepto_pj, map, underscore, router) {
|
|
|
|
}); |