嘗試使用webman-admin時,在根項(xiàng)目下創(chuàng)建了一個控制器,并嘗試將它加入菜單管理,出現(xiàn)個疑問,特向請教下!
請問url填寫的規(guī)律是怎樣的?
順便提個建議,希望老大能將 webman-admin的手冊,放“顯眼”的地方,現(xiàn)在需要從“插件”里找過去有點(diǎn)深了。
http://www.wtbis.cn/doc/webman-admin/
無
根項(xiàng)目就是手冊里的原始路由規(guī)則吧
http://www.wtbis.cn/doc/webman/route.html
app\controller\StudentImportController
對應(yīng)的url就是 /student-import/index
,
也可以簡寫為/student-import
吧