@@ -26,7 +26,7 @@ module RailsAdmin
n = "生成成功"
if not list_file.blank?
n = "已成功生成清单"
- url = "#{CONFIG_FILE["app_host"]}/railsadmin/list_file#{@object.id}"
+ url = "#{CONFIG_FILE["app_host"]}/railsadmin/list_file/#{@object.id}"
begin
ret = RestClient.get url, {} #per_page: 5
rescue Exception => e