我有一个奇怪的问题,如果有人可以帮助我,将不胜感激。已经找了几个小时了。
我们为我工作的公司创建了一个测试网站。
请参见
http://socialmediabot.nl/html/
该网站可以正常工作。 将网站复制到主主机(不同服务器)时
https://www.aska-ltd.jp/
javascript停止工作。 这可能是什么问题? 在新主机上以某种方式给出错误;
Uncaught SyntaxError: Invalid or unexpected token
jquery-3.3.1.slim.min.js:2 jQuery.Deferred exception: Swiper is not defined ReferenceError: Swiper is not defined
at HTMLDocument.<anonymous> (https://www.aska-ltd.jp/js/base.js:22:19)
at l (https://code.jquery.com/jquery-3.3.1.slim.min.js:2:29567)
at c (https://code.jquery.com/jquery-3.3.1.slim.min.js:2:29869) undefined
w.Deferred.exceptionHook @ jquery-3.3.1.slim.min.js:2
jquery-3.3.1.slim.min.js:2 Uncaught ReferenceError: Swiper is not defined
at HTMLDocument.<anonymous> (base.js:22)
at l (jquery-3.3.1.slim.min.js:2)
at c (jquery-3.3.1.slim.min.js:2)
有人以前见过这样的东西吗?
[更新]
服务器设置是否可能有问题?
答案 0 :(得分:1)
js / swiper.min.js文件中存在语法错误。有关详细信息,请检查浏览器的DevTools控制台日志中的错误。
尝试用测试服务器中相应文件的内容替换它。