Browse Source

群智熵分析报表接口调整到项目动态接口

pull/342/head
xxq250 3 years ago
parent
commit
2842df87c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/helpers/projects_helper.rb

+ 1
- 1
app/helpers/projects_helper.rb View File

@@ -186,7 +186,7 @@ module ProjectsHelper
when nil then ""
when 'rails' then "#{url}/rails/entropy"
when 'jittor' then "#{url}/jittor/entropy"
when 'paddle' then "#{url}/Paddle/entropy"
when 'paddle' then "#{url}/paddle/entropy"
when 'vue' then "#{url}/vue/entropy"
when 'bootstrap' then "#{url}/bootstrap/entropy"
when 'tensorflow' then "#{url}/tensorflow/entropy"


Loading…
Cancel
Save