require.config({ paths: { "jquery": "jquery-3.2.1", 'index':"index" }});require(["jquery",'index'],function () {return true;});