fisp server start啟動后邊欄出現Notice級別錯誤
fisp server start后頁面左邊欄的導航出現兩處notice錯誤,信息如下:1.common/widget/sidebar/sidebar.async.js missing map file of "__global__"
2.common/widget/sidebar/sidebar.async.js unknown resource
請問該如何解決
fisp server start后頁面左邊欄的導航出現兩處notice錯誤,信息如下:1.common/widget/sidebar/sidebar.async.js missing map file of "__global__"
2.common/widget/sidebar/sidebar.async.js unknown resource
請問該如何解決
2016-10-26
舉報
2016-10-26
本人已解決,將common模塊的fis-config.js中'static/pkg/aio.js' : 'widget/nav/**.js'改為'static/pkg/aio.js' : 'widget/**.js',即解決"common:widget/sidebar/sidebar.async.js"變成"common/widget/sidebar/sidebar.async.js"的錯誤報錯