這個是地址:http://ceshi.sosearching.cn/o...
控制台報錯類似這樣的,
GET http://ceshi.sosearching.cn/o...
Uncaught Error: Script error for "fontAwesomeCss"
麻煩有研究的大神幫忙看看 謝謝
阿神2017-05-16 13:40:50
Failed to load resource: the server responded with a status of 404 (Not Found)
根本就找不到你的 “XXCSS.js” 文件,檢查清楚是不是寫錯了什麼?路徑對了嗎?
仅有的幸福2017-05-16 13:40:50
require引用的css一定要是某個js的依賴,而且要在頭部申明是css
datepicker: {
deps: [
'jquery',
'css!../../jslibs/jquery-ui/themes/base/jquery-ui.css',
'css!../../jslibs/jquery-ui/themes/base/datepicker.css',
'css!../../jslibs/jquery-ui/themes/base/base.css',
]
}