main.js文件
require.config({
"path":{
"jquery": "/lib/jquery.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里面引入的
我的邀请
目录结构
报错信息

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
path写错了少年,是paths。