|
|
@@ -5,11 +5,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// 初始化表格参数配置
|
|
|
Table.api.init({
|
|
|
extend: {
|
|
|
- index_url: 'platform/videoshare/index',
|
|
|
- // add_url: 'platform/videoshare/add',
|
|
|
- // edit_url: 'platform/videoshare/edit',
|
|
|
- del_url: 'platform/videoshare/del',
|
|
|
- // multi_url: 'platform/videoshare/multi',
|
|
|
+ index_url: 'platform/share/index',
|
|
|
+ // add_url: 'platform/share/add',
|
|
|
+ // edit_url: 'platform/share/edit',
|
|
|
+ del_url: 'platform/share/del',
|
|
|
+ // multi_url: 'platform/share/multi',
|
|
|
table: 'video_share',
|
|
|
}
|
|
|
});
|