使用layui寫頁面,用到基礎菜單時始終報錯:Uncaught ReferenceError: hint is not defined

檢查發現是菜單的lay-options參數不對,lay-options=?imageView2/2/w/1620"{id: xxx}"應加上‘’如lay-options="{id: ‘xxx’}"
使用layui寫頁面,用到基礎菜單時始終報錯:Uncaught ReferenceError: hint is not defined
檢查發現是菜單的lay-options參數不對,lay-options=?imageView2/2/w/1620"{id: xxx}"應加上‘’如lay-options="{id: ‘xxx’}"