Browse Source

修改tidding_url

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
465ce59743
5 changed files with 79939 additions and 4 deletions
  1. +2
    -1
      app/controllers/concerns/laboratory_helper.rb
  2. +1
    -1
      public/react/build/asset-manifest.json
  3. +1
    -1
      public/react/build/index.html
  4. +1
    -1
      public/react/build/service-worker.js
  5. +79934
    -0
      public/react/build/static/js/main.80a55fb5.js

+ 2
- 1
app/controllers/concerns/laboratory_helper.rb View File

@@ -39,7 +39,8 @@ module LaboratoryHelper
my_courses: "https://www.trustie.net/users/#{current_user.try(:login)}/user_courselist",
my_projects: "https://www.trustie.net/users/#{current_user.try(:login)}/user_projectlist",
my_organ: "https://www.trustie.net/users/#{current_user.try(:login)}/user_organizations",
default_url: "https://www.trustie.net/"
default_url: "https://www.trustie.net/",
tiding_url: "https://www.trustie.net/users/#{current_user.try(:login)}/user_messages"
}
end
end

+ 1
- 1
public/react/build/asset-manifest.json View File

@@ -283,7 +283,7 @@
"./static/js/98.82fa9e6c.chunk.js": "./static/js/98.82fa9e6c.chunk.js",
"./static/js/99.2e843163.chunk.js": "./static/js/99.2e843163.chunk.js",
"main.css": "./static/css/main.fd229636.css",
"main.js": "./static/js/main.b9478ab7.js",
"main.js": "./static/js/main.80a55fb5.js",
"static/media/KaTeX_AMS-Regular.ttf": "static/media/KaTeX_AMS-Regular.aaf4eee9.ttf",
"static/media/KaTeX_AMS-Regular.woff": "static/media/KaTeX_AMS-Regular.7f06b4e3.woff",
"static/media/KaTeX_AMS-Regular.woff2": "static/media/KaTeX_AMS-Regular.e78e28b4.woff2",


+ 1
- 1
public/react/build/index.html View File

@@ -24,7 +24,7 @@
_host = 'https://ali-cdn.educoder.net/react/build/'
}
document.write('<script type="text/javascript" src="' + _host + 'js/js_min_all.js"><\/script>');
document.write('<script type="text/javascript" src="' + _host + 'static/js/main.b9478ab7.js"><\/script>');
document.write('<script type="text/javascript" src="' + _host + 'static/js/main.80a55fb5.js"><\/script>');
})()
</script>
<script>!function(){var t=location.href;"3007"===window.location.port?-1!=t.indexOf("/tasks/")?(document.write('<script type="text/javascript" src="https://newweb.educoder.net/assets/kindeditor/kindeditor.js"><\/script>'),document.write('<script type="text/javascript" src="/react/build/js/create_kindeditor.js?v=1.1.1"><\/script>'),document.write('<script type="text/javascript" src="https://newweb.educoder.net/javascripts/educoder/edu_application.js"><\/script>')):-1!=t.indexOf("/paths/")&&document.write('<script type="text/javascript" src="https://newweb.educoder.net/javascripts/educoder/edu_application.js"><\/script>'):-1!=t.indexOf("/tasks/")?(document.write('<script type="text/javascript" src="/assets/kindeditor/kindeditor.js"><\/script>'),document.write('<script type="text/javascript" src="/react/build/js/create_kindeditor.js?v=1.1.1"><\/script>'),document.write('<script type="text/javascript" src="/javascripts/educoder/edu_application.js"><\/script>')):-1!=t.indexOf("/paths/")&&document.write('<script type="text/javascript" src="/javascripts/educoder/edu_application.js"><\/script>')}()</script><script type="text/javascript" src="https://cdn.bootcss.com/quill/1.3.7/quill.core.min.js"></script></body></html>

+ 1
- 1
public/react/build/service-worker.js
File diff suppressed because it is too large
View File


+ 79934
- 0
public/react/build/static/js/main.80a55fb5.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save