main.js文件
require.config({ "path":{ "jquery": "/lib/jquery.优艾设计网_Photoshop论坛min.js", "qrcode": "/lib/qrcode.min.js" }, "shim": { "qrcode": ["jquery.min"] } })require(["jquery","qrcode"],function($,qrcode){ var init = { fn: function(){ this.createQrcode(); },createQrcode: function(){ var _this = this; var oUrl = "g.php"; var oCode = $("#code"); $.ajax({}) } } })
index.html里面引入的
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=1.0,minimum-scale=1.0,maximum-scale=1.0"> <title>我的邀请</title> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/style.min.css"> <script src="js/require.min" data-main="js/main"></script> </head>
目录结构
报错信息
丁香回味 2022-09-09 15:50 优艾设计网_PS百科
320****702 2022-09-09 15:52 优艾设计网_Photoshop论坛
path写错了少年,是paths。
精彩评论