Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/pscmholb5/library_manage_system/commit/6ff18dda5f0ca73058d34d0b4acd3f2adf899353?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/26/head
Wangder03 7 months ago
parent b17dca87f2
commit 6ff18dda5f

@ -85,6 +85,17 @@
}; };
}; };
// 获取对象的类名通过调用Object.prototype.toString并截取返回结果的一部分来获取 // 获取对象的类名通过调用Object.prototype.toString并截取返回结果的一部分来获取
var toString = {}.toString; var toString = {}.toString;
var classofRaw = function (it) { var classofRaw = function (it) {

Loading…
Cancel
Save